Skip to content

Commit 6e1a3d4

Browse files
committed
fix: use response for bounding curve image in holders
1 parent 764d3d7 commit 6e1a3d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/app/features/tokenized_communities/views/pages/holders/components

lib/app/features/tokenized_communities/views/pages/holders/components/holder_tile.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class BondingCurveHolderTile extends StatelessWidget {
3131
amountText: formatAmountCompactFromRaw(holder.position.amount),
3232
displayName: context.i18n.tokenized_community_bonding_curve,
3333
supplyShare: holder.position.supplyShare,
34-
avatarUrl: Assets.svg.iconBondingCurveAvatar,
34+
avatarUrl: holder.position.holder?.avatar,
3535
badgeType: RankBadgeType.bondingCurve,
3636
);
3737
}

0 commit comments

Comments
 (0)