mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
Fix error after new prettier version
This commit is contained in:
parent
52b8c5b596
commit
8265698605
|
@ -50,8 +50,9 @@ const exchangeList = computed(() => {
|
|||
});
|
||||
|
||||
const tradeModesTyped = computed(() => {
|
||||
const val = botStore.activeBot.exchangeList.find((ex) => ex.name === exchangeModel.value.exchange)
|
||||
?.trade_modes;
|
||||
const val = botStore.activeBot.exchangeList.find(
|
||||
(ex) => ex.name === exchangeModel.value.exchange,
|
||||
)?.trade_modes;
|
||||
return val ?? [];
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user