mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +00:00
Merge pull request #66 from cypherstack/ui-fixes
hide "Current Receiving" on My Stack (self) contact addresses
This commit is contained in:
commit
a1f2c69153
1 changed files with 5 additions and 7 deletions
|
@ -214,14 +214,12 @@ class ContactPopUp extends ConsumerWidget {
|
|||
style:
|
||||
STextStyles.itemSubtitle12,
|
||||
),
|
||||
if (contact.id == "default")
|
||||
const SizedBox(
|
||||
height: 2,
|
||||
if (contact.id != "default")
|
||||
Text(
|
||||
"${e.label} (${e.coin.ticker})",
|
||||
style:
|
||||
STextStyles.itemSubtitle12,
|
||||
),
|
||||
Text(
|
||||
"${e.label} (${e.coin.ticker})",
|
||||
style: STextStyles.itemSubtitle12,
|
||||
),
|
||||
const SizedBox(
|
||||
height: 2,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue