fix comments in notifications

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

View File

@ -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) => (