Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Jul 1, 2024
1 parent f20ac35 commit d35cf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ExtraContent/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ const ExtraContent = ({
if (target == "page")
return (
<div id={"page_"+id} ref={panelRef} style="height: 100%">
<ContainerHelper id={"page_"+id} />
<ContainerHelper id={"page_"+id} />
<MainContent />
<ControlButtons />
</div>
Expand Down

0 comments on commit d35cf8c

Please sign in to comment.