chore: ran linting

This commit is contained in:
Anish Sarkar 2026-03-10 18:24:53 +05:30
parent 7035703993
commit 9efb9341b1
4 changed files with 43 additions and 40 deletions

View file

@ -129,17 +129,17 @@ export function CommentThread({
{isReplyComposerOpen ? (
<div className="pt-3">
<CommentComposer
members={members}
membersLoading={membersLoading}
placeholder="Reply or @mention"
submitLabel="Reply"
isSubmitting={isSubmitting}
onSubmit={handleReplySubmit}
onCancel={handleReplyCancel}
autoFocus
compact
/>
<CommentComposer
members={members}
membersLoading={membersLoading}
placeholder="Reply or @mention"
submitLabel="Reply"
isSubmitting={isSubmitting}
onSubmit={handleReplySubmit}
onCancel={handleReplyCancel}
autoFocus
compact
/>
</div>
) : (
<Button variant="ghost" size="sm" className="h-7 px-2 text-xs" onClick={handleReply}>