diff --git a/src/screens/Profile/index.tsx b/src/screens/Profile/index.tsx
index d238714b..9647b8e8 100644
--- a/src/screens/Profile/index.tsx
+++ b/src/screens/Profile/index.tsx
@@ -118,8 +118,7 @@ const Profile: React.FC = () => {
GenericStyles.fill,
]}
>
- {/* Will remove this once the new flow is working fine */}
- {/* {hideUploadImageBtn ? null : } */}
+ {hideUploadImageBtn ? null : }
{getNavigationLinks()?.map((link, index) => {
if (!link.isVisible) return null;
return (