Fix lower text of new button availability refresh (#10701)

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
This commit is contained in:
Zain Gulbaz 2023-08-14 23:31:09 +05:00 committed by GitHub
parent 85490fef4d
commit 2a982c6b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -984,7 +984,7 @@ export function ShellMain(props: LayoutProps) {
: "pwa:bottom-24 fixed bottom-20 z-40 ltr:right-4 rtl:left-4 md:z-auto md:ltr:right-0 md:rtl:left-0",
"flex-shrink-0 md:relative md:bottom-auto md:right-auto"
)}>
{props.CTA}
{isLocaleReady && props.CTA}
</div>
)}
{props.actions && props.actions}