Prevent dashboard loading overlay during city detail fetch
This commit is contained in:
@@ -71,8 +71,7 @@ function DashboardScreen() {
|
|||||||
// Avoid full-page flashing on initial load; only show this overlay for manual refresh.
|
// Avoid full-page flashing on initial load; only show this overlay for manual refresh.
|
||||||
const showLoading =
|
const showLoading =
|
||||||
store.loadingState.cities ||
|
store.loadingState.cities ||
|
||||||
store.loadingState.refresh ||
|
store.loadingState.refresh;
|
||||||
store.loadingState.cityDetail;
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles.root}>
|
<div className={styles.root}>
|
||||||
|
|||||||
Reference in New Issue
Block a user