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

Fix slide display bug

parent dfe27307
No related branches found
No related tags found
1 merge request!132Resolve "Fix move slides on backend"
This commit is part of merge request !132. Comments created here will be created in the context of that merge request.
...@@ -243,7 +243,7 @@ const PresentationEditorPage: React.FC = () => { ...@@ -243,7 +243,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.
Please register or to comment