Skip to content

Commit cb3d5b7

Browse files
Remove unecessary eslint ignores in TriggerDAGForm (#59579)
1 parent dcaad60 commit cb3d5b7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

airflow-core/src/airflow/ui/src/components/TriggerDag/TriggerDAGForm.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,9 @@ const TriggerDAGForm = ({
198198
)}
199199
/>
200200
</HStack>
201-
) : // eslint-disable-next-line unicorn/no-null
202-
null}
201+
) : undefined}
203202
</Box>
204-
) : // eslint-disable-next-line unicorn/no-null
205-
null}
203+
) : undefined}
206204
<Spacer />
207205
{isPaused ? (
208206
<>

0 commit comments

Comments
 (0)