Skip to content

Commit 68c66f5

Browse files
committed
Another bad ellipsis change
1 parent 212321b commit 68c66f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webview-ui/src/components/chat/AutoApproveDropdown.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ export const AutoApproveDropdown = ({ disabled = false, triggerClassName = "" }:
225225
className={cn(
226226
"flex items-center gap-2 px-2 py-2 rounded text-sm text-left",
227227
"transition-all duration-150",
228-
"transition-all duration-150",
229228
"opacity-100 hover:opacity-70",
230229
"cursor-pointer",
231230
!effectiveAutoApprovalEnabled &&

0 commit comments

Comments
 (0)