format project
This commit is contained in:
@@ -171,7 +171,9 @@ const MainLayout = ({ children, shouldRemoveFooterInIde }) => {
|
|||||||
open={isLoginModalOpen}
|
open={isLoginModalOpen}
|
||||||
onClose={() => setIsLoginModalOpen(false)}
|
onClose={() => setIsLoginModalOpen(false)}
|
||||||
/>
|
/>
|
||||||
<main className="flex-grow bg-ch-gray-800 preserve-3d-for-children">{children}</main>
|
<main className="flex-grow bg-ch-gray-800 preserve-3d-for-children">
|
||||||
|
{children}
|
||||||
|
</main>
|
||||||
{!shouldRemoveFooterInIde && <Footer />}
|
{!shouldRemoveFooterInIde && <Footer />}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import MainLayout from 'src/layouts/MainLayout'
|
|
||||||
import EditUserCell from 'src/components/EditUserCell'
|
import EditUserCell from 'src/components/EditUserCell'
|
||||||
import Seo from 'src/components/Seo/Seo'
|
import Seo from 'src/components/Seo/Seo'
|
||||||
import { Toaster } from '@redwoodjs/web/toast'
|
import { Toaster } from '@redwoodjs/web/toast'
|
||||||
|
|||||||
Reference in New Issue
Block a user