Skip to content

Commit

Permalink
fix: text interactWithContract when have isInteractWithContract in tx…
Browse files Browse the repository at this point in the history
… detail
  • Loading branch information
tiendn committed Mar 29, 2023
1 parent 716ae6f commit 40b8400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/transactions/hook/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const _cardData = (data: TransactionDetail, astraPrice: string) => {
const isInteractWith = data?.isInteractWithContract
if (isInteractWith) {
items.push({
label: CardInfoLabels.to,
label: CardInfoLabels.interactWith,
type: TransactionCardTypeEnum.INTERACT_CONTRACT_WITH_TRANSFER_INTERNAL,
contents: [
{
Expand Down

0 comments on commit 40b8400

Please sign in to comment.