Merge pull request #66 from cypherstack/ui-fixes

hide "Current Receiving" on My Stack (self) contact addresses
This commit is contained in:
julian-CStack 2022-09-19 08:04:30 -06:00 committed by GitHub
commit a1f2c69153
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,13 +214,11 @@ 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,
style:
STextStyles.itemSubtitle12,
),
const SizedBox(
height: 2,