Minor fix

This commit is contained in:
kvakazyambra 2023-05-18 00:42:42 +03:00
parent feeee914d0
commit 987061245e

View File

@ -103,7 +103,7 @@ export const Comment = (props: Props) => {
return ( return (
<li <li
class={clsx(styles.comment, props.class ? props.class : '', { class={clsx(styles.comment, props.class, {
[styles.isNew]: !isCommentAuthor() && createdAt > props.lastSeen [styles.isNew]: !isCommentAuthor() && createdAt > props.lastSeen
})} })}
> >