mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 17:26:23 +02:00
chore: ran linting
This commit is contained in:
parent
7035703993
commit
9efb9341b1
4 changed files with 43 additions and 40 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue