diff --git a/packages/atlas/src/components/_crt/HoldersWidget/HoldersWidget.tsx b/packages/atlas/src/components/_crt/HoldersWidget/HoldersWidget.tsx index a8ce955852..cb8d65b63c 100644 --- a/packages/atlas/src/components/_crt/HoldersWidget/HoldersWidget.tsx +++ b/packages/atlas/src/components/_crt/HoldersWidget/HoldersWidget.tsx @@ -23,7 +23,7 @@ export const HoldersWidget = ({ holders: _holders, ownerId, totalSupply }: Holde memberId: ownerId, total: +holder.totalAmount, allocation: Math.round((+holder.totalAmount / totalSupply) * 100), - vested: +holder.vestingSchedules[0].totalVestingAmount, + vested: +(holder.vestingSchedules[0]?.totalVestingAmount ?? 0), })) return (