all repos — caroster @ 776635f1804664c16f96273ff6cd4985ac41c148

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

remove find_car button from event's edit page
Hadrien Froger hadrien@octree.ch
Tue, 08 Sep 2020 10:15:40 +0100
commit

776635f1804664c16f96273ff6cd4985ac41c148

parent

3f1d061c4979b2d1ab25a487326edc78d26efe40

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

jump to
M app/src/containers/EventDetails/index.jsapp/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),