Skip to content

Commit 9a74ab4

Browse files
committed
Merge branch 'frontend-fix-sendself-esitmated'
2 parents 74338a9 + 2fabfa4 commit 9a74ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/web/src/components/transactions/transaction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const Amounts = ({
189189
<Arrow type="send_to_self" />
190190
</span>
191191
)}
192-
{conversionPrefix && (
192+
{(conversionPrefix && !sendToSelf) && (
193193
<span className={styles.txPrefix}>
194194
{conversionPrefix}
195195
{' '}

0 commit comments

Comments
 (0)