Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagobrez committed Oct 5, 2023
1 parent 5076fc5 commit 50ee3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ROUTES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export default {
},
WORKSPACE_SETTINGS_CURRENCY: {
route: 'workspace/:policyID/settings/currency',
getRoute: (policyID: string) => `workspace/${policyID}/settings/currency`
getRoute: (policyID: string) => `workspace/${policyID}/settings/currency`,
},
WORKSPACE_CARD: {
route: 'workspace/:policyID/card',
Expand Down

0 comments on commit 50ee3a8

Please sign in to comment.