From ac550f578021ab7fc3962becb3211ac5e2dc9ab6 Mon Sep 17 00:00:00 2001 From: Bailey Pumfleet Date: Sat, 10 Apr 2021 12:21:44 +0100 Subject: [PATCH] Vertically scroll through timeslots --- pages/[user]/[type].tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/[user]/[type].tsx b/pages/[user]/[type].tsx index f7cfddb415..df71bb048a 100644 --- a/pages/[user]/[type].tsx +++ b/pages/[user]/[type].tsx @@ -99,7 +99,7 @@ export default function Type(props) {
-
+
{props.user.avatar && Avatar} @@ -133,7 +133,7 @@ export default function Type(props) { {calendar}
- {selectedDate &&
+ {selectedDate &&
{dayjs(selectedDate).format("dddd DD MMMM YYYY")}