diff --git a/src/router/router-constants/routing-table.js b/src/router/router-constants/routing-table.js index 5bc959d6a..26fd55476 100644 --- a/src/router/router-constants/routing-table.js +++ b/src/router/router-constants/routing-table.js @@ -267,6 +267,10 @@ const routingTable = function (store) { scenario: navigationScenarios.CLICKED_FORWARD_WITH_CAPABILITY_QUESTIONS, destinationFmgPageValue: fmgPageValues.CAPABILITY_QUESTIONS, }, + { + scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_MORE_QUESTIONS, + destinationFmgPageValue: fmgPageValues.QUOTE, + }, ], }, {