fix: Disable previews in notification items

This commit is contained in:
Tom Moor
2023-08-23 22:34:21 -04:00
parent dfbd89ad53
commit 10ec8a59b4
2 changed files with 4 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ function NotificationListItem({ notification, onNavigate }: Props) {
{notification.comment && (
<StyledCommentEditor
defaultValue={toJS(notification.comment.data)}
previewsDisabled
/>
)}
</Flex>