hide down chevron contextually

This commit is contained in:
sneurlax 2024-07-02 11:14:23 -05:00
parent a2308d3e78
commit 005fcdf44f

View file

@ -200,6 +200,7 @@ class WalletSummaryInfo extends ConsumerWidget {
.textFavoriteCard,
),
),
if (availableBalances.length > 1) ...[
const SizedBox(
width: 4,
),
@ -212,6 +213,7 @@ class WalletSummaryInfo extends ConsumerWidget {
height: 4,
),
],
],
),
),
const Spacer(),