From 2a982c6b6ddd3e4e88b6113e58ad63fb3cb96552 Mon Sep 17 00:00:00 2001 From: Zain Gulbaz Date: Mon, 14 Aug 2023 23:31:09 +0500 Subject: [PATCH] Fix lower text of new button availability refresh (#10701) Co-authored-by: Peer Richelsen Co-authored-by: Bailey Pumfleet --- packages/features/shell/Shell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index ed9d46a670..fb57af4cdb 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -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} )} {props.actions && props.actions}