fix comments in notifications

This commit is contained in:
k00b 2025-01-30 10:54:51 -06:00
parent 312f4defb0
commit bb916b8669

@ -254,7 +254,7 @@ export default function Comment ({
</Reply>} </Reply>}
{children} {children}
<div className={styles.comments}> <div className={styles.comments}>
{item.comments.comments && !noComments {!noComments && item.comments?.comments
? ( ? (
<> <>
{item.comments.comments.map((item) => ( {item.comments.comments.map((item) => (