mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-25 19:55:52 +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,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
SelectableText(
|
SelectableText(
|
||||||
"${entry.label} (${entry.coin.ticker})",
|
"${contactId == "default" ? entry.other! : entry.label} (${entry.coin.ticker})",
|
||||||
style: STextStyles.desktopTextExtraExtraSmall(context).copyWith(
|
style: STextStyles.desktopTextExtraExtraSmall(context).copyWith(
|
||||||
color: Theme.of(context).extension<StackColors>()!.textDark,
|
color: Theme.of(context).extension<StackColors>()!.textDark,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue