diff --git a/src/pages/App/DesktopLayout.js b/src/pages/App/DesktopLayout.js index 6eec7f0..fbcdfbe 100644 --- a/src/pages/App/DesktopLayout.js +++ b/src/pages/App/DesktopLayout.js @@ -124,14 +124,15 @@ export const DesktopLayout = observer(() => { }} > - {store.authentication.userData.role !== "Retail" && ( - - - - Beranda - - - )} + {store.authentication.userData.role === "Admin" || + (store.authentication.userData.role === "Admin Partner" && ( + + + + Beranda + + + ))} {store.authentication.userData.role === "Admin" && (