Skip to content

Commit 44f66cb

Browse files
authored
Merge pull request #1007 from cultuurnet/bugfix/III-6503
Removed back button from organizer preview page
2 parents bc1ac72 + 23fc195 commit 44f66cb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/pages/organizers/[organizerId]/preview/index.page.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,6 @@ const OrganizersPreview = () => {
137137
{t('organizers.detail.actions.manage')}
138138
</Link>
139139
)}
140-
<Button
141-
variant={ButtonVariants.SECONDARY}
142-
spacing={3}
143-
iconName={Icons.ARROW_LEFT}
144-
onClick={() => router.back()}
145-
>
146-
{t('organizers.detail.actions.back')}
147-
</Button>
148140
</Stack>
149141
</Inline>
150142
</Stack>

0 commit comments

Comments
 (0)