mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 21:15:15 +00:00
Fix wrong condition in strategylist mounted
This commit is contained in:
parent
91c2f5dc6f
commit
55cb52af9a
|
@ -63,7 +63,7 @@ export default class StrategyList extends Vue {
|
|||
}
|
||||
|
||||
mounted() {
|
||||
if (!this.strategyList) {
|
||||
if (this.strategyList.length === 0) {
|
||||
this.getStrategyList();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user