diff --git a/src/features/UserAccount/index.tsx b/src/features/UserAccount/index.tsx index 58ef34b2..b638ee88 100644 --- a/src/features/UserAccount/index.tsx +++ b/src/features/UserAccount/index.tsx @@ -38,7 +38,7 @@ const UserAccount = () => { usePageLogger(PAGES.useraccount) useLexicsConfig(userAccountLexics) - const isGetHighLightShown = useMemo(() => { + const isAvailableToClient = useMemo(() => { switch (client.name) { case ClientNames.Facr: return false @@ -76,15 +76,17 @@ const UserAccount = () => { > - - - + {isAvailableToClient && ( + + + + )} - {isGetHighLightShown && ( + {isAvailableToClient && (