Fixup per James feedback
This commit is contained in:
parent
8bc15f4241
commit
9419b41730
|
@ -192,7 +192,7 @@ export const FeedComment = memo(function FeedComment(props: {
|
|||
{onReplyClick && (
|
||||
<button
|
||||
className="font-bold hover:underline"
|
||||
onClick={() => onReplyClick?.(comment)}
|
||||
onClick={() => onReplyClick(comment)}
|
||||
>
|
||||
Reply
|
||||
</button>
|
||||
|
|
Loading…
Reference in New Issue
Block a user