fix comments in notifications
This commit is contained in:
parent
312f4defb0
commit
bb916b8669
@ -254,7 +254,7 @@ export default function Comment ({
|
||||
</Reply>}
|
||||
{children}
|
||||
<div className={styles.comments}>
|
||||
{item.comments.comments && !noComments
|
||||
{!noComments && item.comments?.comments
|
||||
? (
|
||||
<>
|
||||
{item.comments.comments.map((item) => (
|
||||
|
Loading…
x
Reference in New Issue
Block a user