mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
hide "Current Receiving" on My Stack (self) contact addresses
This commit is contained in:
parent
af3c5c896a
commit
2e2c70f660
1 changed files with 5 additions and 7 deletions
|
@ -214,14 +214,12 @@ class ContactPopUp extends ConsumerWidget {
|
||||||
style:
|
style:
|
||||||
STextStyles.itemSubtitle12,
|
STextStyles.itemSubtitle12,
|
||||||
),
|
),
|
||||||
if (contact.id == "default")
|
if (contact.id != "default")
|
||||||
const SizedBox(
|
Text(
|
||||||
height: 2,
|
"${e.label} (${e.coin.ticker})",
|
||||||
|
style:
|
||||||
|
STextStyles.itemSubtitle12,
|
||||||
),
|
),
|
||||||
Text(
|
|
||||||
"${e.label} (${e.coin.ticker})",
|
|
||||||
style: STextStyles.itemSubtitle12,
|
|
||||||
),
|
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 2,
|
height: 2,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue