mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 05:13:44 +08:00
fix: log pause button not working
This commit is contained in:
parent
a7a661e60f
commit
1ef2b1aaf1
@ -103,7 +103,7 @@ const LogPage = () => {
|
||||
bgcolor: isDark ? "#282a36" : "#ffffff",
|
||||
}}
|
||||
>
|
||||
{filterLogs.length > 0 && enableLog === true ? (
|
||||
{filterLogs.length > 0 ? (
|
||||
<Virtuoso
|
||||
initialTopMostItemIndex={999}
|
||||
data={filterLogs}
|
||||
|
Loading…
x
Reference in New Issue
Block a user