Skip to content

Commit

Permalink
chore: hook name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Riddhiagrawal001 committed Sep 24, 2024
1 parent c84d705 commit 3cb9f73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/screens/Hooks/OMPSwitchHooks.res
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ let useOMPData = () => {
let orgList = Recoil.useRecoilValueFromAtom(HyperswitchAtom.orgListAtom)
let profileList = Recoil.useRecoilValueFromAtom(HyperswitchAtom.profileListAtom)
let {userInfo} = React.useContext(UserInfoProvider.defaultContext)
let getList: unit => OMPSwitchTypes.ompList = () => {

let getList: unit => OMPSwitchTypes.ompList = _ => {
{
orgList,
merchantList,
Expand Down

0 comments on commit 3cb9f73

Please sign in to comment.