fix #294 by handling navItem string with function mapPageNameToCapitalUnifiedName()
This commit is contained in:
@@ -13,6 +13,8 @@ const mapPageNameToCapitalUnifiedName = (rawPageName) => {
|
||||
return 'CONFORMANCE';
|
||||
case 'CHECKPERFORMANCE':
|
||||
return 'PERFORMANCE';
|
||||
case 'COMPAREDASHBOARD':
|
||||
return 'DASHBOARD';
|
||||
default:
|
||||
return rawPageName.toUpperCase();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user