diff --git a/src/components/profile-item.tsx b/src/components/profile-item.tsx index 9870477..4127c92 100644 --- a/src/components/profile-item.tsx +++ b/src/components/profile-item.tsx @@ -238,9 +238,15 @@ const ProfileItem: React.FC = (props) => { anchorReference="anchorPosition" > Select - View - Update - Update(Proxy) + {isUrlMode ? ( + <> + View + Update + Update(Proxy) + + ) : ( + Edit + )} Delete