diff --git a/app/share/[id]/page.tsx b/app/share/[id]/page.tsx index fcea382..8be96eb 100644 --- a/app/share/[id]/page.tsx +++ b/app/share/[id]/page.tsx @@ -331,28 +331,6 @@ export default function PublicDashboardPage() { { value: 'custom', label: 'Custom' }, ]} /> - {dateRange.start === new Date().toISOString().split('T')[0] && dateRange.end === new Date().toISOString().split('T')[0] && ( - setMultiDayInterval(value as 'hour' | 'day')} - options={[ - { value: 'hour', label: '1 hour' }, - { value: 'day', label: '1 day' }, - ]} - className="min-w-[100px]" - /> - )} {/* Powered by Ciphera Badge */}