This commit is contained in:
futpib 2026-06-05 09:34:15 -04:00 committed by GitHub
commit b5c3482a6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(),
),
),