diff --git a/frontend/app/components/shared/AnimatedSVG/AnimatedSVG.tsx b/frontend/app/components/shared/AnimatedSVG/AnimatedSVG.tsx
index dc70cdb4c..114cba1e9 100644
--- a/frontend/app/components/shared/AnimatedSVG/AnimatedSVG.tsx
+++ b/frontend/app/components/shared/AnimatedSVG/AnimatedSVG.tsx
@@ -40,7 +40,7 @@ function AnimatedSVG(props: Props) {
case ICONS.EMPTY_STATE:
return ;
case ICONS.LOGO_SMALL:
- return ;
+ return
;
case ICONS.NO_RESULTS:
return ;
case ICONS.SIGNAL_GREEN: