Skip to content

Commit abc2d79

Browse files
pierrejeambrunkarenbraganz
authored andcommitted
AIP-38 Fix TaskInstance Icon Warnings (apache#45518)
1 parent 63e4bc5 commit abc2d79

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Diff for: airflow/ui/src/assets/TaskIcon.tsx

+1-7
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,7 @@ export const TaskIcon = createIcon({
2525
},
2626
displayName: "Task Icon",
2727
path: (
28-
<g
29-
clip-path="url(#a)"
30-
stroke="currentColor"
31-
stroke-linecap="round"
32-
stroke-linejoin="round"
33-
stroke-width="2"
34-
>
28+
<g clipPath="url(#a)" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2">
3529
<path d="m7.99967 10.6666c1.47276 0 2.66663-1.19392 2.66663-2.66668s-1.19387-2.66667-2.66663-2.66667c-1.47275 0-2.66666 1.19391-2.66666 2.66667s1.19391 2.66668 2.66666 2.66668z" />
3630
<path d="m.700195 8h3.966665" />
3731
<path d="m11.3398 8h3.9667" />

0 commit comments

Comments
 (0)