Improve upload progress.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import UploadProgress from "@/components/upload-progress/upload-progress";
|
||||
import { checkUserSession } from "@/redux/user/user.actions";
|
||||
import { selectBodyshop, selectCurrentUser } from "@/redux/user/user.selectors";
|
||||
import { ApolloProvider } from "@apollo/client";
|
||||
@@ -161,6 +162,7 @@ function AppContent({ currentUser, checkUserSession, bodyshop }: any) {
|
||||
if (currentUser.authorized) {
|
||||
return (
|
||||
<ThemedLayout>
|
||||
<UploadProgress />
|
||||
<AuthenticatedLayout />
|
||||
</ThemedLayout>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user