Skip to content

Commit

Permalink
wallet-ext: fix ts error after sdk update
Browse files Browse the repository at this point in the history
  • Loading branch information
pchrysochoidis committed Jul 19, 2022
1 parent a0482b9 commit aa6c272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wallet/src/ui/app/pages/home/transaction-details/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ const txKindToTxt: Record<TransactionKindName, string> = {
TransferObject: 'Object transfer',
Call: 'Call',
Publish: 'Publish',
TransferSui: 'Sui transfer',
ChangeEpoch: 'Change epoch',
};

function TransactionDetailsPage() {
Expand Down

0 comments on commit aa6c272

Please sign in to comment.