This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
}
|
||||
|
||||
function canAccessPage(page) {
|
||||
if (page === "config") return isDistributor();
|
||||
if (page === "config" || page === "simulation") return isDistributor();
|
||||
|
||||
const map = {
|
||||
dashboard: "dashboard",
|
||||
|
||||
Reference in New Issue
Block a user