Skip to content

Commit

Permalink
h-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed Jun 5, 2024
1 parent 1855d8f commit d546fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/p/[slug].js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default function EditPostPage(props) {

<div className="h-full w-full">
<div id="editor-container" className="w-full h-full mx-auto relative">
{!user && <Fallback />}
{/* {!user && <Fallback />} */}

{/* only load editor if initialContent has loaded */}
{(user && !user?.isLoggedIn) || initialContent == null ? (
Expand Down

0 comments on commit d546fda

Please sign in to comment.