Readd comments not found

This commit is contained in:
Chi Vinh Le
2018-08-08 17:14:41 +02:00
parent 781519956a
commit 22a0e80c66
@@ -36,6 +36,11 @@ const PermalinkView: StatelessComponent<PermalinkViewProps> = ({
</Button>
</Localized>
)}
{!comment && (
<Localized id="comments-permalinkView-commentNotFound">
<Typography>Comment not found</Typography>
</Localized>
)}
{comment && (
<Flex direction="column">
<CommentContainer data={comment} />