only show deletion msg to owner
This commit is contained in:
parent
08a39e2034
commit
baf68fe663
@ -171,8 +171,8 @@ const ActiveRoomDialog = ({
|
|||||||
</p>
|
</p>
|
||||||
<h3>Stop Session</h3>
|
<h3>Stop Session</h3>
|
||||||
<p>{t("roomDialog.desc_exitSession")}</p>
|
<p>{t("roomDialog.desc_exitSession")}</p>
|
||||||
<h3>Delete Session</h3>
|
{isRoomOwner && <h3>Delete Session</h3>}
|
||||||
<p>{t("roomDialog.desc_deleteSession")}</p>
|
{isRoomOwner && <p>{t("roomDialog.desc_deleteSession")}</p>}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="ShareDialog__active__actions">
|
<div className="ShareDialog__active__actions">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user