diff --git a/frontend/app/components/Dashboard/components/WidgetForm/WidgetFormNew.tsx b/frontend/app/components/Dashboard/components/WidgetForm/WidgetFormNew.tsx
index 039c2970a..a3cabf722 100644
--- a/frontend/app/components/Dashboard/components/WidgetForm/WidgetFormNew.tsx
+++ b/frontend/app/components/Dashboard/components/WidgetForm/WidgetFormNew.tsx
@@ -155,9 +155,7 @@ const FilterSection = observer(
}}
emptyMessage={
isTable
- ? t(
- 'Filter data using any event or attribute. Use Add Step button below to do so.',
- )
+ ? t('Filter data using any event or attribute. Use Add Step button below to do so.')
: t('Add an event or filter step to define the series.')
}
expandable={isSingleSeries}
@@ -165,10 +163,8 @@ const FilterSection = observer(
))}
{isSingleSeries ? null : (
-