pull/4372/head^2
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
1 changed files with 4 additions and 3 deletions

View File

@ -234,9 +234,10 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
...(giphyThankYouPage ? { giphyThankYouPage } : {}), ...(giphyThankYouPage ? { giphyThankYouPage } : {}),
}, },
}); });
}} }}>
className="space-y-6"> <div ref={animationParentRef} className="space-y-6">
<div ref={animationParentRef}>{tabMap[tabName]}</div> {tabMap[tabName]}
</div>
{!TABS_WITHOUT_ACTION_BUTTONS.includes(tabName) && ( {!TABS_WITHOUT_ACTION_BUTTONS.includes(tabName) && (
<div className="mt-4 flex justify-end space-x-2 rtl:space-x-reverse"> <div className="mt-4 flex justify-end space-x-2 rtl:space-x-reverse">
<Button href="/event-types" color="secondary" tabIndex={-1}> <Button href="/event-types" color="secondary" tabIndex={-1}>