From b62adfb60113db99106b9f0f379402b8434723fd Mon Sep 17 00:00:00 2001 From: spacebares <57186372+spacebares@users.noreply.github.com> Date: Tue, 20 Dec 2022 13:53:55 -0800 Subject: [PATCH] keep Events favorite button to right side --- web/src/routes/Events.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/routes/Events.jsx b/web/src/routes/Events.jsx index 5c0b5581a..c37a1b2f5 100644 --- a/web/src/routes/Events.jsx +++ b/web/src/routes/Events.jsx @@ -337,12 +337,12 @@ export default function Events({ path, ...props }) { )} onFilter("favorites", searchParams.favorites ? 0 : 1)} fill={searchParams.favorites == 1 ? 'currentColor' : 'none'} /> -
+
setState({ ...state, showDatePicker: true })}