diff --git a/src/pages/Profile/Profile.js b/src/pages/Profile/Profile.js index c390507..5fa9a55 100644 --- a/src/pages/Profile/Profile.js +++ b/src/pages/Profile/Profile.js @@ -234,8 +234,8 @@ export const Profile = observer(() => { - {store.authentication.userData.role === "Admin" || - (store.authentication.userData.role === "Supervisor" && ( + {store.authentication.userData.role != "Admin Partner" && + (store.authentication.userData.role != "Retail" && (