TP-66615 | Role check added
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user