CSR-530 Cleanup
This commit is contained in:
parent
f9fa9d154f
commit
f3120ef80d
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ async function navigate(scenario, currentRoute, optionalQuery = {}, optionalPara
|
|||
// Get navigation map depending on the scenario and the current 'page' you're on.
|
||||
function getNavigationMap(scenario, currentRoute) {
|
||||
const fmgPageValue = currentRoute.query.fmgPage;
|
||||
let matchedQueryValue = routingTable(store)
|
||||
const matchedQueryValue = routingTable(store)
|
||||
.filter(
|
||||
(item) =>
|
||||
item.fmgPageValue === fmgPageValue &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue