mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
adjust bg loading on album detail page
This commit is contained in:
@@ -341,5 +341,5 @@ export const AppRouter = () => {
|
||||
</HashRouter>
|
||||
);
|
||||
|
||||
return <Suspense fallback={<></>}>{router}</Suspense>;
|
||||
return <Suspense fallback={<Spinner container />}>{router}</Suspense>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user