mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
desktop show wallet name instead of "Current receiving" for My Stack contact address details labelling
This commit is contained in:
parent
c4a0a6ea94
commit
e0f757f0bc
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class DesktopAddressCard extends StatelessWidget {
|
|||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
SelectableText(
|
||||
"${entry.label} (${entry.coin.ticker})",
|
||||
"${contactId == "default" ? entry.other! : entry.label} (${entry.coin.ticker})",
|
||||
style: STextStyles.desktopTextExtraExtraSmall(context).copyWith(
|
||||
color: Theme.of(context).extension<StackColors>()!.textDark,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue