Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
gambinish committed Jul 31, 2024
1 parent f7b857d commit e52cf4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ export interface UserProfileMetaData {
[UserProfileProperty.TOKEN_DETECTION]: string;
[UserProfileProperty.MULTI_ACCOUNT_BALANCE]: string;
[UserProfileProperty.SECURITY_PROVIDERS]: string;
[UserProfileProperty.PRIMARY_CURRENCY]: string;
[UserProfileProperty.PRIMARY_CURRENCY]?: string;
}

0 comments on commit e52cf4d

Please sign in to comment.