diff --git a/javascripts/components/infinity/autobuyers/galaxy-autobuyer-box.js b/javascripts/components/infinity/autobuyers/galaxy-autobuyer-box.js index 4587444e4..a1374c69d 100644 --- a/javascripts/components/infinity/autobuyers/galaxy-autobuyer-box.js +++ b/javascripts/components/infinity/autobuyers/galaxy-autobuyer-box.js @@ -5,7 +5,8 @@ Vue.component("galaxy-autobuyer-box", { return { limitGalaxies: false, isBuyMaxUnlocked: false, - buyMax: false + buyMax: false, + showInterval: false }; }, watch: { @@ -24,10 +25,11 @@ Vue.component("galaxy-autobuyer-box", { this.isBuyMaxUnlocked = this.autobuyer.isBuyMaxUnlocked; this.limitGalaxies = this.autobuyer.limitGalaxies; this.buyMax = this.autobuyer.buyMax; + this.showInterval = !this.autobuyer.isBuyMaxActive; } }, template: - ` + `