From 2c8ee4b41a7ee87691016ba7efb36d97eb8d78ba Mon Sep 17 00:00:00 2001 From: Jeeva Ramachandran Date: Mon, 4 Dec 2023 19:23:37 +0530 Subject: [PATCH] fix: implement sdk feature flag --- src/entryPoints/hyperswitch/HyperSwitchApp.res | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/entryPoints/hyperswitch/HyperSwitchApp.res b/src/entryPoints/hyperswitch/HyperSwitchApp.res index 4ed82e6da..40bfc27a9 100644 --- a/src/entryPoints/hyperswitch/HyperSwitchApp.res +++ b/src/entryPoints/hyperswitch/HyperSwitchApp.res @@ -338,8 +338,14 @@ let make = () => { renderShow={profileId => } /> - | list{"recon"} => - | list{"sdk"} => + | list{"recon"} => + + + + | list{"sdk"} => + + + | list{"3ds"} => | list{"account-settings"} =>