diff --git a/src/components/Search/FilterComponents/DateFilterBase.tsx b/src/components/Search/FilterComponents/DateFilterBase.tsx
index 308f98091269..8164b5e9f605 100644
--- a/src/components/Search/FilterComponents/DateFilterBase.tsx
+++ b/src/components/Search/FilterComponents/DateFilterBase.tsx
@@ -215,13 +215,13 @@ function DateFilterBase({
onRangeValidationErrorChange={setShouldShowRangeError}
forceVerticalCalendars
/>
- {shouldShowRangeSummary && (
-
- {`${translate('common.range')}: `}
- {rangeDisplayText}
-
- )}
+ {shouldShowRangeSummary && (
+
+ {`${translate('common.range')}: `}
+ {rangeDisplayText}
+
+ )}
{shouldShowActionButtons && (
<>