Remove unused variable

This commit is contained in:
Matthias 2024-02-15 06:21:00 +01:00
parent 961ad47cd9
commit 6237bea56c

View File

@ -44,7 +44,7 @@
</BThead>
<BTbody>
<BTr
v-for="(res, idx) in botStore.activeBot.backtestHistoryList.filter(
v-for="res in botStore.activeBot.backtestHistoryList.filter(
(r) =>
r.filename.toLowerCase().includes(filterTextDebounced.toLowerCase()) ||
r.strategy.toLowerCase().includes(filterTextDebounced.toLowerCase()),