mirror of
https://github.com/wassname/talk.git
synced 2026-08-04 13:23:35 +08:00
[CORL-399] Hide Non-Visible Comments (#2344)
* feat: added support for hiding non-visible comments * fix: updated copy * feat: refined style
This commit is contained in:
+8
-4
@@ -67,11 +67,15 @@ exports[`renders permalink view with unknown comment 1`] = `
|
||||
View Full Discussion
|
||||
</a>
|
||||
</div>
|
||||
<p
|
||||
className="Typography-root Typography-bodyCopy Typography-colorTextPrimary"
|
||||
<div
|
||||
className="CallOut-root CallOut-colorRegular CallOut-fullWidth"
|
||||
>
|
||||
Comment not found
|
||||
</p>
|
||||
<p
|
||||
className="Typography-root Typography-bodyCopy Typography-colorTextPrimary"
|
||||
>
|
||||
This comment has been removed or does not exist.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user