From fd12f5f0bf61db0ec2a6d62337f0f86e617448cb Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 24 Oct 2024 17:14:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20time=20slot=20checkbox=20b?= =?UTF-8?q?eing=20pushed=20out=20of=20viewport=20(#1408)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Luke Vella --- apps/web/src/components/poll/mobile-poll/time-slot-option.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/web/src/components/poll/mobile-poll/time-slot-option.tsx b/apps/web/src/components/poll/mobile-poll/time-slot-option.tsx index eb6fec306..043da8c76 100644 --- a/apps/web/src/components/poll/mobile-poll/time-slot-option.tsx +++ b/apps/web/src/components/poll/mobile-poll/time-slot-option.tsx @@ -11,14 +11,13 @@ export interface TimeSlotOptionProps extends PollOptionProps { const TimeSlotOption: React.FunctionComponent = ({ startTime, - endTime, duration, ...rest }) => { return (
-
{`${startTime} - ${endTime}`}
+
{startTime}
{duration}