fix(core): fix desktop e2e (#5867)

This commit is contained in:
EYHN
2024-02-22 15:12:23 +07:00
committed by GitHub
parent e08f58beea
commit 81aae61394
+1 -1
View File
@@ -38,7 +38,7 @@ export const Component = () => {
const { openPage } = useNavigateHelper();
useLayoutEffect(() => {
if (list.length === 0 && !listLoading) {
if (list.length === 0 || listLoading) {
return;
}