Skip to content

Commit

Permalink
Merge branch 'fix/w' into tmp/20240730
Browse files Browse the repository at this point in the history
  • Loading branch information
heisenberg-2077 committed Aug 2, 2024
2 parents 37fa9dd + 16bf195 commit ea82ceb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const ReceiverPopup: React.FC<Props> = ({ data }) => {
</Col>
{data.hasReceiverMnemonicInWallet && (
<Col>
<Row>
<Row isTitle>
<Text>{t('page.signTx.addressSource')}</Text>
</Row>
<Row>
Expand All @@ -141,7 +141,7 @@ export const ReceiverPopup: React.FC<Props> = ({ data }) => {
)}
{data.hasReceiverPrivateKeyInWallet && (
<Col>
<Row>
<Row isTitle>
<Text>{t('page.signTx.addressSource')}</Text>
</Row>
<Row>
Expand Down

0 comments on commit ea82ceb

Please sign in to comment.