chore: ran linting

This commit is contained in:
Anish Sarkar 2026-05-19 21:02:07 +05:30
parent f1b3c88354
commit d66295aedd
48 changed files with 372 additions and 443 deletions

View file

@ -31,7 +31,9 @@ export function MemberMentionItem({
type="button"
className={cn(
"h-auto w-full justify-start gap-3 rounded-none px-3 py-2 text-left transition-colors",
isHighlighted ? "bg-primary/15 text-accent-foreground" : "hover:bg-accent hover:text-accent-foreground"
isHighlighted
? "bg-primary/15 text-accent-foreground"
: "hover:bg-accent hover:text-accent-foreground"
)}
onClick={() => onSelect(member)}
onMouseEnter={onMouseEnter}