Skip to content

Commit a6c916d

Browse files
committed
Lint
1 parent fc1033d commit a6c916d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/components/react/SearchDialog.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,12 @@ export const SearchDialog: React.FC<SearchDialogProps> = ({
493493
className="relative w-full bg-popover border border-border rounded-lg shadow-lg overflow-hidden"
494494
>
495495
{/* Search input */}
496-
<div className={cn("flex items-center gap-3 px-4 py-3", query && "border-b border-border")}>
496+
<div
497+
className={cn(
498+
'flex items-center gap-3 px-4 py-3',
499+
query && 'border-b border-border',
500+
)}
501+
>
497502
<svg
498503
className="w-5 h-5 text-muted-foreground flex-shrink-0"
499504
fill="none"

0 commit comments

Comments
 (0)