Skip to content

Commit 03f0f5b

Browse files
author
achraf hafedh
committed
fix(account-creation): fix crashe in settings page
ref: #MANAGER-20305 Signed-off-by: achraf hafedh <[email protected]>
1 parent e6a709c commit 03f0f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
>

0 commit comments

Comments
 (0)