👽 Remove outdated field in sticker

This commit is contained in:
2025-10-26 03:00:01 +08:00
parent 0a161ad255
commit 92c0260ecd
5 changed files with 8 additions and 8 deletions

View File

@@ -168,7 +168,7 @@ class MarketplaceStickerPackDetailScreen extends HookConsumerWidget {
child: AspectRatio(
aspectRatio: 1,
child: CloudImageWidget(
fileId: sticker.imageId,
fileId: sticker.image.id,
fit: BoxFit.contain,
),
),