Skip to content
Snippets Groups Projects
Commit 214b797b authored by Albin Henriksson's avatar Albin Henriksson
Browse files

Fix: editor not loading

parent 150ccb5c
No related branches found
No related tags found
No related merge requests found
Pipeline #43616 passed with warnings
...@@ -213,7 +213,7 @@ const PresentationEditorPage: React.FC = () => { ...@@ -213,7 +213,7 @@ const PresentationEditorPage: React.FC = () => {
<Content leftDrawerWidth={leftDrawerWidth} rightDrawerWidth={rightDrawerWidth}> <Content leftDrawerWidth={leftDrawerWidth} rightDrawerWidth={rightDrawerWidth}>
<InnerContent> <InnerContent>
{competitionLoading && <SlideDisplay variant="editor" activeViewTypeId={activeViewTypeId} />} <SlideDisplay variant="editor" activeViewTypeId={activeViewTypeId} />
</InnerContent> </InnerContent>
</Content> </Content>
<Menu <Menu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment