hide "Current Receiving" on My Stack (self) contact addresses

This commit is contained in:
julian 2022-09-18 08:33:49 -06:00
parent af3c5c896a
commit 2e2c70f660

View file

@ -214,13 +214,11 @@ class ContactPopUp extends ConsumerWidget {
style: style:
STextStyles.itemSubtitle12, STextStyles.itemSubtitle12,
), ),
if (contact.id == "default") if (contact.id != "default")
const SizedBox(
height: 2,
),
Text( Text(
"${e.label} (${e.coin.ticker})", "${e.label} (${e.coin.ticker})",
style: STextStyles.itemSubtitle12, style:
STextStyles.itemSubtitle12,
), ),
const SizedBox( const SizedBox(
height: 2, height: 2,