CSR-530 Cleanup

This commit is contained in:
Katie 2022-07-19 15:46:48 -04:00
parent f9fa9d154f
commit f3120ef80d

View file

@ -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 &&