Skip to content

Commit a7763e9

Browse files
committed
Fix
1 parent af9938d commit a7763e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webview-ui/src/components/settings/AutoApproveSettings.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,8 @@ export const AutoApproveSettings = ({
134134
// Do nothing when no options are enabled
135135
return
136136
}}>
137-
}>
138137
<span className="font-medium">{t("settings:autoApprove.enabled")}</span>
139138
</VSCodeCheckbox>
140-
</VSCodeCheckbox>
141139
</StandardTooltip>
142140
) : (
143141
<VSCodeCheckbox

0 commit comments

Comments
 (0)