Skip to content

Commit b700900

Browse files
committed
Fixed flaking issue
1 parent 967451f commit b700900

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/components/link.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,9 @@ def create_div(self) -> html.Div:
7070
)
7171
)
7272
]
73-
7473
)
7574
]
76-
)
75+
)
7776
]
7877
)
7978
return div

0 commit comments

Comments
 (0)