From 8d046f467f58c05bf69297d0519f18120cdce182 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 21 Feb 2022 11:21:43 -0700 Subject: [PATCH] Fix mobile retained button --- web/src/routes/Event.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/Event.jsx b/web/src/routes/Event.jsx index 01d773780..2b58bc698 100644 --- a/web/src/routes/Event.jsx +++ b/web/src/routes/Event.jsx @@ -234,7 +234,7 @@ export default function Event({ eventId, close, scrollRef }) {
- +
);