mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-15 11:48:21 +00:00
feat: tag zap goals
This commit is contained in:
@ -234,7 +234,7 @@ String formatSats(int n) {
|
||||
final fmt = NumberFormat();
|
||||
if (n >= 1000000) {
|
||||
return "${fmt.format(n / 1000000)}M";
|
||||
} else if (n >= 1000) {
|
||||
} else if (n >= 1500) {
|
||||
return "${fmt.format(n / 1000)}k";
|
||||
} else {
|
||||
return fmt.format(n);
|
||||
|
Reference in New Issue
Block a user