Skip to content

Commit

Permalink
remove double period
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Oct 17, 2023
1 parent 77a8fe3 commit 3828b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const FUND_ACCOUNT_ERROR = "Account funding has failed"
export const MISSING_FUSD_VAULT_ERROR =
"This account does not have an FUSD vault"
export const INVALID_NETWORK_ADDRESS_ERROR = (network: Networks) =>
`This address is invalid for ${network}, please verify that it is correct.`
`This address is invalid for ${network}, please verify that it is correct`

export const paths = {
root: "/",
Expand Down

0 comments on commit 3828b0a

Please sign in to comment.