Restore isModerator bool
This commit is contained in:
parent
22ea665fa4
commit
b86537fa91
@ -941,11 +941,8 @@ export default class App extends Component {
|
|||||||
>${streamOnline && streamTitle ? streamTitle : name}</span
|
>${streamOnline && streamTitle ? streamTitle : name}</span
|
||||||
>
|
>
|
||||||
</h1>
|
</h1>
|
||||||
<!-- <div
|
|
||||||
id="user-options-container"
|
<${ChatMenu} username=${username} isModerator=${isModerator} onUsernameChange=${
|
||||||
class="flex flex-row justify-end items-center flex-no-wrap"
|
|
||||||
> -->
|
|
||||||
<${ChatMenu} username=${username} isModerator=${false} onUsernameChange=${
|
|
||||||
this.handleUsernameChange
|
this.handleUsernameChange
|
||||||
} onFocus=${this.handleFormFocus} onBlur=${
|
} onFocus=${this.handleFormFocus} onBlur=${
|
||||||
this.handleFormBlur
|
this.handleFormBlur
|
||||||
@ -953,9 +950,6 @@ export default class App extends Component {
|
|||||||
this.handleChatPanelToggle
|
this.handleChatPanelToggle
|
||||||
}>
|
}>
|
||||||
</${ChatMenu}>
|
</${ChatMenu}>
|
||||||
<!--
|
|
||||||
</div>
|
|
||||||
-->
|
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user