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 14:31:09 -04:00
committed by GitHub
co-authored by Peer Richelsen Bailey Pumfleet
parent 85490fef4d
commit 2a982c6b6d
+1 -1
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}