mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Remove unused variable
This commit is contained in:
parent
961ad47cd9
commit
6237bea56c
|
@ -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()),
|
||||
|
|
Loading…
Reference in New Issue
Block a user