Skip to content

Commit

Permalink
fix: remove duplicate DayRange select (#3939)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Taylor <nick@nickyt.co>
  • Loading branch information
shubhamchasing and nickytonline authored Aug 14, 2024
1 parent 9ce53b0 commit 126d44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/workspaces/[workspaceId]/activity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const WorkspaceActivityPage = ({ workspace, overLimit }: WorkspaceDashboardProps
setQueryParams({ page: "1" });
}}
/>
<ClientOnly>{isMobile ? <DayRangePicker /> : null}</ClientOnly>
<ClientOnly>{isMobile ? null : <DayRangePicker />}</ClientOnly>
<LimitPicker />
</div>
</div>
Expand Down

0 comments on commit 126d44f

Please sign in to comment.