@csmart/ngc-smart-core 1.13.12 → 1.13.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -534,7 +534,7 @@ class SmartNavbarComponent {
534
534
  return false;
535
535
  }
536
536
  isDVIPRole(role) {
537
- if (role.roleId == 'TSD' || role.roleId == 'TAD') {
537
+ if (role.roleId == 'TSD' || role.roleId == 'TAD' || role.roleId == 'STSD' || role.roleId == 'BC') {
538
538
  return true;
539
539
  }
540
540
  return false;