Skip to content

Commit

Permalink
fix: name
Browse files Browse the repository at this point in the history
  • Loading branch information
heisenberg-2077 committed Feb 13, 2025
1 parent 59538ef commit 94caf22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/views/Approval/components/Actions/Send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const Send = ({
</SubRow>
</SubCol>
)}
{!!requireData.contract && (
{!!requireData.name && (
<SubCol>
<SubRow isTitle>{t('page.signTx.addressTypeTitle')}</SubRow>
<SubRow>{t('page.signTx.contract')}</SubRow>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/views/Approval/components/Actions/SendNFT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const SendNFT = ({
<Values.AddressMemo address={actionData.to} />
</SubRow>
</SubCol>
{!!requireData.contract && (
{!!requireData.name && (
<SubCol>
<SubRow isTitle>{t('page.signTx.addressTypeTitle')}</SubRow>
<SubRow>{t('page.signTx.contract')}</SubRow>
Expand Down

0 comments on commit 94caf22

Please sign in to comment.