web/storagenode: held progress typo fix

Change-Id: Ifa77928d27815942990a5ce1b32a572f309d1799
This commit is contained in:
NickolaiYurchenko 2020-12-24 12:33:56 +02:00
parent ad58459198
commit 6e68e8e00e

View File

@ -72,7 +72,7 @@ export default class HeldProgress extends Vue {
),
new HeldStep(
'50%',
`Month ${this.MONTHS_BREAKPOINTS[1] + 1}-${this.MONTHS_BREAKPOINTS[4]}`,
`Month ${this.MONTHS_BREAKPOINTS[1] + 1}-${this.MONTHS_BREAKPOINTS[2]}`,
this.monthsOnNetwork > this.MONTHS_BREAKPOINTS[1] && this.monthsOnNetwork <= this.MONTHS_BREAKPOINTS[2],
this.monthsOnNetwork < this.MONTHS_BREAKPOINTS[1] + 1,
),