This commit is contained in:
sean-brydon 2022-09-12 11:55:41 +01:00 committed by GitHub
parent 078ca46a28
commit 5f3e9efa6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}>