Fixup per James feedback

This commit is contained in:
Marshall Polaris 2022-10-04 15:45:23 -07:00
parent 8bc15f4241
commit 9419b41730

View File

@ -192,7 +192,7 @@ export const FeedComment = memo(function FeedComment(props: {
{onReplyClick && ( {onReplyClick && (
<button <button
className="font-bold hover:underline" className="font-bold hover:underline"
onClick={() => onReplyClick?.(comment)} onClick={() => onReplyClick(comment)}
> >
Reply Reply
</button> </button>