TP-66615 | Role check added

This commit is contained in:
yashmantri
2024-06-11 20:19:48 +05:30
parent da3fd57ae9
commit d93f42bb3b

View File

@@ -118,8 +118,7 @@ const Profile: React.FC = () => {
GenericStyles.fill,
]}
>
{/* Will remove this once the new flow is working fine */}
{/* {hideUploadImageBtn ? null : <IDCardImageCapture />} */}
{hideUploadImageBtn ? null : <IDCardImageCapture />}
{getNavigationLinks()?.map((link, index) => {
if (!link.isVisible) return null;
return (