Skip to content

Commit 185362d

Browse files
committed
Fix loading state of user code page
1 parent 1ed24fd commit 185362d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/UnisonShare/Page/UserPage.elm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,7 @@ viewLoadingPage appContext subPage handle =
204204
( page, pageId ) =
205205
case subPage of
206206
Code ->
207-
( PageLayout.sidebarLeftContentLayout
208-
appContext.operatingSystem
209-
(Sidebar.empty "main-sidebar")
207+
( PageLayout.centeredNarrowLayout
210208
(PageContent.oneColumn [ text "" ])
211209
PageFooter.pageFooter
212210
, "code-page"

0 commit comments

Comments
 (0)