Skip to content

Commit 4dab831

Browse files
committed
small fix
1 parent 70ddbaa commit 4dab831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/graphs/OneSplit.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
async created() {
230230
//EventBus.$on('selected', this.selectPool)
231231
this.$watch(()=>contract.allInitContracts.length, async (val) => {
232-
if(val == 4)
232+
if(val >= 4)
233233
await this.mounted()
234234
})
235235
},

0 commit comments

Comments
 (0)