From 40b84002dfdd75a3784f96d6fc5f2d282e18c4e2 Mon Sep 17 00:00:00 2001
From: tiendn <tiendn@stellalab.com>
Date: Wed, 29 Mar 2023 09:09:04 +0700
Subject: [PATCH] fix: text interactWithContract when have
 isInteractWithContract in tx detail

---
 views/transactions/hook/utils.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/views/transactions/hook/utils.tsx b/views/transactions/hook/utils.tsx
index eb3253b6..81dea4ee 100644
--- a/views/transactions/hook/utils.tsx
+++ b/views/transactions/hook/utils.tsx
@@ -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: [
 								{