This commit is contained in:
futpib 2026-02-25 18:18:23 +03:00 committed by GitHub
commit 8b66c71a7b
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(),
),
),