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"
......@@ -243,7 +243,7 @@ const PresentationEditorPage: React.FC = () => {
<Content leftDrawerWidth={leftDrawerWidth} rightDrawerWidth={rightDrawerWidth}>
<InnerContent>
{competitionLoading && <SlideDisplay variant="editor" activeViewTypeId={activeViewTypeId} />}
<SlideDisplay variant="editor" activeViewTypeId={activeViewTypeId} />
</InnerContent>
</Content>
<Menu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment