Comment options: hide "Remove" when comment is removed. (#738)
## Issue Closes 295 Livestream chat: Deleting comment that was already deleted by someone else, makes chat blank.
This commit is contained in:
parent
24d53cd7d8
commit
b72127411c
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ export default function LivestreamComment(props: Props) {
|
||||||
isPinned={isPinned}
|
isPinned={isPinned}
|
||||||
isTopLevel
|
isTopLevel
|
||||||
disableEdit
|
disableEdit
|
||||||
|
disableRemove={comment.removed}
|
||||||
isLiveComment
|
isLiveComment
|
||||||
/>
|
/>
|
||||||
</Menu>
|
</Menu>
|
||||||
|
|
Loading…
Reference in a new issue