From 64daabae07008689e8be0fd928f67af1631d00b4 Mon Sep 17 00:00:00 2001 From: Andrey Gubskiy Date: Thu, 30 Jan 2025 23:11:16 +0200 Subject: [PATCH] Cleanup code --- src/CampusClient.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CampusClient.js b/src/CampusClient.js index 53b3b970..81e7b660 100644 --- a/src/CampusClient.js +++ b/src/CampusClient.js @@ -156,7 +156,6 @@ export const getCurrentUser = async (ignoreCache) => { Security.Modules.PersonalArea, ]; - if (!!user.studentProfile) { user.modules.push(Security.Modules.EmploymentSystem); }