Skip to content

Commit

Permalink
feat(BikeGoal): Remove back arrow on desktop for goal editing
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Nov 3, 2022
1 parent c470378 commit 8ef68b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Views/BikeGoalEdit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ const BikeGoalEdit = () => {
disableGutters
title={t('bikeGoal.edit.title')}
content={<ModificationModalContent />}
onBack={() => navigate('..')}
onClose={() => navigate('/trips')}
onClose={() => navigate('..')}
/>
)
}
Expand Down

0 comments on commit 8ef68b3

Please sign in to comment.