Remove unused commented ref

This commit is contained in:
Matthias 2023-07-22 19:48:45 +02:00
parent c89218ebd2
commit bfa16f03a1

View File

@ -56,7 +56,6 @@ const props = defineProps({
});
const settingsStore = useSettingsStore();
// const botList = ref<string[]>([]);
// const cumulativeData = ref<{ date: number; profit: any }[]>([]);
const chart = ref<typeof ECharts>();