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