Skip to content

Commit

Permalink
Merge pull request #28316 from VickyStash/ts-migration/bank-accounts-lib
Browse files Browse the repository at this point in the history
[TS migration] Migrate 'BankAccounts.js' lib to TypeScript
  • Loading branch information
tgolen authored Oct 16, 2023
2 parents febc3cf + 9d99ed0 commit a456ef9
Show file tree
Hide file tree
Showing 8 changed files with 233 additions and 182 deletions.
2 changes: 1 addition & 1 deletion src/libs/Navigation/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const getActiveRouteIndex = function (route, index) {
/**
* Main navigation method for redirecting to a route.
* @param {String} route
* @param {String} type - Type of action to perform. Currently UP is supported.
* @param {String} [type] - Type of action to perform. Currently UP is supported.
*/
function navigate(route = ROUTES.HOME, type) {
if (!canNavigate('navigate', {route})) {
Expand Down
Loading

0 comments on commit a456ef9

Please sign in to comment.