Skip to content

Commit

Permalink
Oooops (#4386)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-brydon committed Sep 12, 2022
1 parent 078ca46 commit 5f3e9ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/web/pages/v2/event-types/[type]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,10 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
...(giphyThankYouPage ? { giphyThankYouPage } : {}),
},
});
}}
className="space-y-6">
<div ref={animationParentRef}>{tabMap[tabName]}</div>
}}>
<div ref={animationParentRef} className="space-y-6">
{tabMap[tabName]}
</div>
{!TABS_WITHOUT_ACTION_BUTTONS.includes(tabName) && (
<div className="mt-4 flex justify-end space-x-2 rtl:space-x-reverse">
<Button href="/event-types" color="secondary" tabIndex={-1}>
Expand Down

0 comments on commit 5f3e9ef

Please sign in to comment.