SubOrg_Landing_Pages

Changes

Details

diff --git a/client/src/config.js b/client/src/config.js
index 8efbdfe..32909c5 100644
--- a/client/src/config.js
+++ b/client/src/config.js
@@ -42,7 +42,7 @@ const itemTypes = ['Web Mapping Application'];
 // mapping of URL to agency abbr if they differ
 // special case
 const urlmap = {
-  'ODOT' : 'OregonDOT'
+  //'ODOT' : 'OregonDOT'
 };
 
 export { serverConfig, links, portalLinks, itemTypes, urlmap };