Skip to content

Commit

Permalink
fix: HS-2222: Missing Address state (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
prafulkoppalkar authored Feb 12, 2024
1 parent 5adb672 commit fd10795
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Components/DynamicFields.res
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ let make = (
}, [savedCards])

//<...>//
let fieldsArr =
let fieldsArr = React.useMemo3(() => {
PaymentMethodsRecord.getPaymentMethodFields(
paymentMethodType,
requiredFields,
Expand All @@ -59,7 +59,8 @@ let make = (
)
->DynamicFieldsUtils.updateDynamicFields()
->Belt.SortArray.stableSortBy(PaymentMethodsRecord.sortPaymentMethodFields)
//<...>//
//<...>//
}, (requiredFields, isAllStoredCardsHaveName, isSavedCardFlow))

let {config, themeObj, localeString} = Recoil.useRecoilValueFromAtom(configAtom)

Expand Down

0 comments on commit fd10795

Please sign in to comment.