Skip to content

Commit fcb6dd5

Browse files
achraf hafedhMaximeBajeux
authored andcommitted
fix(account-creation): fix crashe in settings page
ref: #MANAGER-20305 Signed-off-by: achraf hafedh <[email protected]>
1 parent ca03633 commit fcb6dd5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/manager/apps/account-creation/src/pages/settings/settings.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export default function Settings() {
237237
isDisabled={!languages?.length}
238238
onOdsChange={onChange}
239239
onBlur={onBlur}
240-
key={`languages_for_${selectedCountry}`}
240+
key={`languages_for_${selectedCountry}_${selectedCurrency}`}
241241
hasError={Boolean(languages?.length && errors[name])}
242242
data-testid="language-select"
243243
>

packages/manager/apps/account-creation/src/routes/routes.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export default (
2020
Component={LayoutPage}
2121
errorElement={
2222
<ErrorBoundary
23-
isPreloaderHide
2423
isRouteShellSync
2524
redirectionApp="account-creation"
2625
/>

0 commit comments

Comments
 (0)