fix: 🐛 Debug test env
        Simon Mulquin simon@octree.ch
        
        
        
        
        
        Fri, 11 Nov 2022 08:57:15 +0000
        
          1 files changed,
          1 insertions(+),
          1 deletions(-)
          
          
        
            
            
            
            M
            
          
          frontend/containers/EventBar/useActions.ts
          
            → 
            frontend/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},