Skip to content

Commit

Permalink
fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SorinC6 committed Oct 17, 2023
1 parent a72bc2a commit 7629fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet-mobile/src/yoroi-wallets/types/other.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ export type TransactionInfo = {
tokens: Record<string, Token>
blockNumber: number
memo: null | string
metadata: TxMetadataInfo
metadata: TxMetadataInfo | undefined
}

export type IOData = {
Expand Down

0 comments on commit 7629fa5

Please sign in to comment.