mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
Readd comments not found
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user