Disable logout button in call

This commit is contained in:
Robert Long
2021-12-15 10:25:18 -08:00
parent b6ee7cfefc
commit 3fd90915d8
3 changed files with 7 additions and 5 deletions

View File

@@ -438,7 +438,7 @@ function InRoomView({
</LeftNav>
<RightNav>
<GridLayoutMenu layout={layout} setLayout={setLayout} />
<UserMenu />
<UserMenu disableLogout />
</RightNav>
</Header>
{items.length === 0 ? (