Added state grouping in async function to make rendering 100000x faster for node clicks <33333
This commit is contained in:
@@ -225,7 +225,11 @@ const Apps = (props) => {
|
||||
document.title = "Shuffle - Apps";
|
||||
|
||||
if (!isLoggedIn && isLoaded) {
|
||||
navigate("/login")
|
||||
if (isCloud) {
|
||||
navigate("/search?tab=apps")
|
||||
} else {
|
||||
navigate("/login")
|
||||
}
|
||||
}
|
||||
|
||||
setFirstrequest(false);
|
||||
|
||||
Reference in New Issue
Block a user