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

@ -315,10 +315,7 @@ export function CommentComposer({
size={compact ? "icon" : "sm"}
onClick={handleSubmit}
disabled={!canSubmit}
className={cn(
!canSubmit && "opacity-50",
compact && "size-8 shrink-0 rounded-full"
)}
className={cn(!canSubmit && "opacity-50", compact && "size-8 shrink-0 rounded-full")}
>
{compact ? (
<ArrowUp className="size-4" />