all repos — caroster @ 2b810d8047851a8ab095f96c9547adadc104ff3e

[Octree] Group carpool to your event https://caroster.io

fix: 🐛 Add event page is unreachable from dashboard
Simon Mulquin simon@octree.ch
Wed, 08 Feb 2023 11:23:11 +0000
commit

2b810d8047851a8ab095f96c9547adadc104ff3e

parent

0c7ac8898490dd111666680232744ee0fcfae59e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M frontend/pages/dashboard.tsxfrontend/pages/dashboard.tsx

@@ -92,7 +92,7 @@ noDateEvents={noDateEvents}

/> )} <Fab - onClick={() => router.push('/', undefined, {shallow: true})} + onClick={() => router.push('/')} aria-label="add-event" > {t('dashboard.actions.add_event')}