diff --git a/src/views/DashboardView.vue b/src/views/DashboardView.vue index b03a1955..7f0ade60 100644 --- a/src/views/DashboardView.vue +++ b/src/views/DashboardView.vue @@ -235,7 +235,7 @@ const responsiveGridLayouts = computed(() => { }); onMounted(async () => { - await botStore.allGetDaily({ timescale: 30 }); + botStore.allGetDaily({ timescale: 30 }); // botStore.activeBot.getTrades(); botStore.activeBot.getOpenTrades(); botStore.activeBot.getProfit();