Skip to content

Commit

Permalink
fix: hotfix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Tien Nam Dao committed Mar 1, 2023
1 parent c2ab55c commit 776135e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions sentry.properties

This file was deleted.

2 changes: 1 addition & 1 deletion views/transactions/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ const _getFromAndToEvmFromCosmosMsg = (res: EvmTransactionDetailResponse): [stri
to = result.to
} else {
// parse from first message body data
const message = messages?.[0] || {}
const message = messages?.[0]
try {
from = message?.content?.params.from
to = message?.content?.params.data.to
Expand Down

0 comments on commit 776135e

Please sign in to comment.