diff --git a/app/components/live-panel.hbs b/app/components/live-panel.hbs index 3227593d..943eac43 100644 --- a/app/components/live-panel.hbs +++ b/app/components/live-panel.hbs @@ -1,4 +1,11 @@
+ {{#if (eq @role this.ROLES.host)}} -
@@ -89,6 +89,7 @@ @role={{this.role}} @buttonClickHandler={{this.buttonClickHandler}} @openRoomCodeModal={{this.toggleRoomCodeModal}} + @sidebarDisplayToggle={{this.sidebarDisplayToggle}} /> {{/if}}