diff --git a/web/src/components/filter/ReviewFilterGroup.tsx b/web/src/components/filter/ReviewFilterGroup.tsx index 1e836b7dc..74fe5dc26 100644 --- a/web/src/components/filter/ReviewFilterGroup.tsx +++ b/web/src/components/filter/ReviewFilterGroup.tsx @@ -194,7 +194,6 @@ export default function ReviewFilterGroup({ ? undefined : new Date(filter.after * 1000) } - defaultText="Last 24 Hours" updateSelectedDay={onUpdateSelectedDay} /> )}