Skip to content

Commit

Permalink
Merge branch 'main' into business-profile-ui-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PritishBudhiraja authored Dec 4, 2023
2 parents 38793e1 + 0133ff1 commit 6757254
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/screens/HyperSwitch/HSwitchUtils.res
Original file line number Diff line number Diff line change
Expand Up @@ -227,18 +227,6 @@ let getBrowswerDetails = () => {
}
}

let getLabelToCountryMapper = primary_business_details => {
primary_business_details->Array.reduce(Js.Dict.empty(), (
acc,
currentDetail: HSwitchSettingTypes.businessEntity,
) => {
let labelsYet = acc->Js.Dict.get(currentDetail.country)->Belt.Option.getWithDefault([])
labelsYet->Array.push(currentDetail.business)
acc->Js.Dict.set(currentDetail.country, labelsYet)
acc
})
}

module BackgroundImageWrapper = {
@react.component
let make = (
Expand Down

0 comments on commit 6757254

Please sign in to comment.