diff --git a/src/views/home/boxBtm.vue b/src/views/home/boxBtm.vue index f3071af..2c7b562 100644 --- a/src/views/home/boxBtm.vue +++ b/src/views/home/boxBtm.vue @@ -373,7 +373,7 @@ export default { return 3 } else if(this.filteredBoxBar <= 80) { return 4 - } else if(this.filteredBoxBar <= 100) { + } else { return 5 } },