display bitcoin and epic-cash coin image

This commit is contained in:
ryleedavis 2023-03-03 08:29:24 -07:00
parent 23e544ccca
commit df1abd82f7

View file

@ -37,11 +37,9 @@ class CoinImage extends ConsumerWidget {
coin != Coin.namecoin) ||
(isForest && coin != Coin.dogecoin) ||
((isOcean || isOled || isLight || isDark) &&
(coin == Coin.litecoin &&
coin == Coin.namecoin &&
coin == Coin.particl &&
coin == Coin.wownero &&
coin == Coin.bitcoincash)))
(coin != Coin.dogecoin &&
coin != Coin.firo &&
coin != Coin.monero)))
? SvgPicture.asset(
Assets.svg.imageFor(coin: coin, context: context),
width: isDesktop ? 324 : MediaQuery.of(context).size.width,