Skip to content

Commit a0af431

Browse files
committed
fix: format
1 parent ac6d325 commit a0af431

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/browser/components/ChatInput/CreationControls.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ export function CreationControls(props: CreationControlsProps) {
9797
onClick={handleWandClick}
9898
disabled={props.disabled}
9999
className="flex h-full items-center disabled:opacity-50"
100-
aria-label={nameState.autoGenerate ? "Disable auto-naming" : "Enable auto-naming"}
100+
aria-label={
101+
nameState.autoGenerate ? "Disable auto-naming" : "Enable auto-naming"
102+
}
101103
>
102104
<Wand2
103105
className={cn(

0 commit comments

Comments
 (0)