Skip to content

Commit

Permalink
[transfer_history] fix address icon and add tap to copy
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jul 15, 2023
1 parent 34585e9 commit a87b5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/modules/transfer/widgets/transaction_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class TransactionCard extends StatelessWidget {
child: ListTile(
contentPadding: const EdgeInsets.fromLTRB(10, 15, 15, 10),
isThreeLine: true,
leading: AddressIcon('', appStore.account.currentAccount.pubKey, size: 55, tapToCopy: false),
leading: AddressIcon(transaction.counterParty, transaction.counterParty, size: 55),
title: Padding(
padding: const EdgeInsets.only(bottom: 12),
child: Row(
Expand Down

0 comments on commit a87b5a0

Please sign in to comment.