fix: always show zap count on post cards, including 0

This commit is contained in:
Barry Deen
2026-04-16 21:33:52 -04:00
parent 7849c04965
commit 4da5a087eb
@@ -218,7 +218,7 @@ fun ActionBar(
)
}
}
if (!isZapInProgress && zapSats > 0) {
if (!isZapInProgress) {
val context = LocalContext.current
val fiatPrefs = remember { FiatPreferences.get(context) }
fiatPrefs.fiatMode.collectAsState().value