mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-06-20 18:08:04 +00:00
Compare commits
2 Commits
b5c3482a6d
...
8b66c71a7b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b66c71a7b | ||
|
|
c2039d14fd |
@ -192,12 +192,11 @@ class ArtistPageHeader extends HookConsumerWidget {
|
||||
),
|
||||
),
|
||||
const Gap(5),
|
||||
if (artist.followers != null)
|
||||
Flexible(
|
||||
child: AutoSizeText(
|
||||
context.l10n.followers(
|
||||
artist.followers == null
|
||||
? double.infinity
|
||||
: PrimitiveUtils.toReadableNumber(
|
||||
PrimitiveUtils.toReadableNumber(
|
||||
artist.followers!.toDouble(),
|
||||
),
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user