Refactor breadcrumbs to use factory-based route renderers
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = {
|
||||
"/myportal/contactus": ["newappeal", "account", "common"],
|
||||
"/error": ["common", "home", "myportal"],
|
||||
"/furtherdetails": ["common", "home", "myportal"],
|
||||
"/myportal": ["myportal", "common", "home", "case"],
|
||||
"/myportal": ["myportal", "common", "home", "case", "auth"],
|
||||
"/myportal/viewall": ["search", "myportal", "case"],
|
||||
"/myportal/advancedsearch": ["search", "myportal"],
|
||||
"/myportal/advancedsearchresults": ["search", "myportal", "case"],
|
||||
|
||||
Reference in New Issue
Block a user