fix: log pause button not working

This commit is contained in:
huzibaca 2024-11-19 02:56:58 +08:00
parent f8cb84a706
commit c1b15490c1
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

View File

@ -103,7 +103,7 @@ const LogPage = () => {
bgcolor: isDark ? "#282a36" : "#ffffff",
}}
>
{filterLogs.length > 0 && enableLog === true ? (
{filterLogs.length > 0 ? (
<Virtuoso
initialTopMostItemIndex={999}
data={filterLogs}