mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-02-04 07:52:55 +00:00
Merge c2039d14fd into 826c8e4dd6
This commit is contained in:
commit
2f67f6d5ae
@ -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