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:
infinite-persistence 2022-01-19 05:42:39 -08:00 committed by GitHub
parent 24d53cd7d8
commit b72127411c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,6 +135,7 @@ export default function LivestreamComment(props: Props) {
isPinned={isPinned}
isTopLevel
disableEdit
disableRemove={comment.removed}
isLiveComment
/>
</Menu>