remove find_car button from event's edit page
        Hadrien Froger hadrien@octree.ch
        
        
        
        
        
        Tue, 08 Sep 2020 10:15:40 +0100
        
          1 files changed,
          0 insertions(+),
          10 deletions(-)
          
          
        
            
            
            
            M
            
          
          app/src/containers/EventDetails/index.js
          
            → 
            app/src/containers/EventDetails/index.js
          
          
            
          @@ -113,11 +113,6 @@ )}
</Typography> )} </div> - <div className={classes.actions}> - <Button onClick={toggleDetails} variant="outlined" id={`CarFindBtn`}> - {t('event.actions.find_car')} - </Button> - </div> </div> </ThemeProvider> );@@ -129,11 +124,6 @@ marginBottom: theme.spacing(12),
}, section: { marginBottom: theme.spacing(2), - }, - actions: { - display: 'flex', - justifyContent: 'center', - marginTop: theme.spacing(4), }, map: { marginTop: theme.spacing(4),