Skip to content

Commit 8884566

Browse files
committed
lint
1 parent d434add commit 8884566

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/twig/src/renderer/components/action-selector/ActionSelector.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,7 @@ export function ActionSelector({
195195
tabIndex={0}
196196
p="3"
197197
onClick={(e) => {
198-
if (
199-
e.target instanceof HTMLInputElement
200-
) {
198+
if (e.target instanceof HTMLInputElement) {
201199
return;
202200
}
203201
containerRef.current?.focus();

0 commit comments

Comments
 (0)