web/storagenode: held progress typo fix
Change-Id: Ifa77928d27815942990a5ce1b32a572f309d1799
This commit is contained in:
parent
ad58459198
commit
6e68e8e00e
@ -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,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user