fix options loading time
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -9,7 +9,7 @@ const App = () => {
|
||||
if (!document.querySelector("header")) {
|
||||
setLoading(false);
|
||||
}
|
||||
}, 3000);
|
||||
}, 5000);
|
||||
return () => {
|
||||
clearTimeout(timer);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user