mario-education 2.4.591-feedback → 2.4.592-feedback

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.
package/dist/index.js CHANGED
@@ -1375,7 +1375,9 @@ var useConferenceRubricList = function useConferenceRubricList() {
1375
1375
 
1376
1376
  var domainName = window.location.hostname;
1377
1377
  var listCheckMalvernCollege = ['malverncollege', 'stage', 'localhost'];
1378
- var isMalvernCollege = listCheckMalvernCollege.includes(domainName);
1378
+ var isMalvernCollege = listCheckMalvernCollege.some(function (e) {
1379
+ return domainName.includes(e);
1380
+ });
1379
1381
  var isSaisSchool = window.location.hostname.includes('sais');
1380
1382
  var CONFERENCE_RUBRIC_TYPES = {
1381
1383
  Default: "None",