mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Restore isModerator bool
This commit is contained in:
parent
22ea665fa4
commit
b86537fa91
1 changed files with 2 additions and 8 deletions
|
@ -941,11 +941,8 @@ export default class App extends Component {
|
|||
>${streamOnline && streamTitle ? streamTitle : name}</span
|
||||
>
|
||||
</h1>
|
||||
<!-- <div
|
||||
id="user-options-container"
|
||||
class="flex flex-row justify-end items-center flex-no-wrap"
|
||||
> -->
|
||||
<${ChatMenu} username=${username} isModerator=${false} onUsernameChange=${
|
||||
|
||||
<${ChatMenu} username=${username} isModerator=${isModerator} onUsernameChange=${
|
||||
this.handleUsernameChange
|
||||
} onFocus=${this.handleFormFocus} onBlur=${
|
||||
this.handleFormBlur
|
||||
|
@ -953,9 +950,6 @@ export default class App extends Component {
|
|||
this.handleChatPanelToggle
|
||||
}>
|
||||
</${ChatMenu}>
|
||||
<!--
|
||||
</div>
|
||||
-->
|
||||
</header>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue