Skip to content

Commit

Permalink
fix misspelled argument name route -> routeName
Browse files Browse the repository at this point in the history
  • Loading branch information
war-in committed Aug 29, 2024
1 parent b0f713b commit ccc2c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/InitialSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function InitialSettingsPage({session, userWallet, bankAccountList, fundList, wa
},
}
: {
route: ROUTES.SETTINGS_EXIT_SURVEY_REASON,
routeName: ROUTES.SETTINGS_EXIT_SURVEY_REASON,
}),
},
{
Expand Down

0 comments on commit ccc2c04

Please sign in to comment.