diff --git a/src/entryPoints/hyperswitch/HyperSwitchApp.res b/src/entryPoints/hyperswitch/HyperSwitchApp.res index 8f90ad3b9..929e51945 100644 --- a/src/entryPoints/hyperswitch/HyperSwitchApp.res +++ b/src/entryPoints/hyperswitch/HyperSwitchApp.res @@ -361,11 +361,11 @@ let make = () => { /> | list{"recon"} => - + | list{"sdk"} => - + | list{"3ds"} => @@ -397,7 +397,8 @@ let make = () => { | list{"business-profiles"} => - + | list{"quick-start"} => determineQuickStartPageState() diff --git a/src/screens/HyperSwitch/Developer/APIKeys/KeyManagement.res b/src/screens/HyperSwitch/Developer/APIKeys/KeyManagement.res index 0300a362c..5e332e724 100644 --- a/src/screens/HyperSwitch/Developer/APIKeys/KeyManagement.res +++ b/src/screens/HyperSwitch/Developer/APIKeys/KeyManagement.res @@ -177,19 +177,21 @@ module ApiKeyAddBtn = { @react.component let make = (~getAPIKeyDetails) => { let mixpanelEvent = MixpanelHook.useSendEvent() + let userPermissionJson = Recoil.useRecoilValueFromAtom(HyperswitchAtom.userPermissionAtom) let (showModal, setShowModal) = React.useState(_ => false) let initialValues = Dict.make() initialValues->Dict.set("expiration", Never->getStringFromRecordType->Js.Json.string) <> -