From f52c52842f5ad61866653cf09d8680d37f51f8ba Mon Sep 17 00:00:00 2001 From: frcroth Date: Mon, 18 Nov 2024 16:50:00 +0100 Subject: [PATCH] Fix frontend lint --- frontend/javascripts/dashboard/explorative_annotations_view.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/javascripts/dashboard/explorative_annotations_view.tsx b/frontend/javascripts/dashboard/explorative_annotations_view.tsx index a57790d896..cce9042286 100644 --- a/frontend/javascripts/dashboard/explorative_annotations_view.tsx +++ b/frontend/javascripts/dashboard/explorative_annotations_view.tsx @@ -699,7 +699,7 @@ class ExplorativeAnnotationsView extends React.PureComponent {
- {teamTags.length > 0 ? : null} + {teamTags.length > 0 ? : null}
{teamTags}