all repos — caroster @ 770e0432146d0b8b6cfb6d965fda534a912604b1

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

fix: 🐛 Debug test env
Simon Mulquin simon@octree.ch
Fri, 11 Nov 2022 08:57:15 +0000
commit

770e0432146d0b8b6cfb6d965fda534a912604b1

parent

b97e1347f894c967f2d5bb5f25f7181e7ee20a98

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

jump to
M frontend/containers/EventBar/useActions.tsfrontend/containers/EventBar/useActions.ts

@@ -55,7 +55,7 @@ },

{divider: true}, { label: t('menu.dashboard'), - onClick: () => router.push('/dashboard'), + onClick: () => (window.location.href = '/dashboard'), id: 'GoToDashboardTab', }, {divider: true},