From 8d0ae7da9730ced293a87bf2c7b4d9d709bbfc19 Mon Sep 17 00:00:00 2001 From: WRadoslaw Date: Mon, 13 Nov 2023 13:21:49 +0100 Subject: [PATCH] Build fix --- .../atlas/src/components/CrtPreviewLayout/CrtPreviewLayout.tsx | 2 ++ .../views/viewer/ChannelView/ChannelViewTabs/ChannelToken.tsx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/packages/atlas/src/components/CrtPreviewLayout/CrtPreviewLayout.tsx b/packages/atlas/src/components/CrtPreviewLayout/CrtPreviewLayout.tsx index 267979a309..bb727ef910 100644 --- a/packages/atlas/src/components/CrtPreviewLayout/CrtPreviewLayout.tsx +++ b/packages/atlas/src/components/CrtPreviewLayout/CrtPreviewLayout.tsx @@ -140,6 +140,8 @@ export const CrtPreviewLayout = ({ revenue={token.annualCreatorRewardPermill} revenueShare={token.annualCreatorRewardPermill} transactionVolume={token.annualCreatorRewardPermill} + tokenId={token.id} + status="inactive" /> {data ? ( diff --git a/packages/atlas/src/views/viewer/ChannelView/ChannelViewTabs/ChannelToken.tsx b/packages/atlas/src/views/viewer/ChannelView/ChannelViewTabs/ChannelToken.tsx index 6d93d79c27..ebcab08b90 100644 --- a/packages/atlas/src/views/viewer/ChannelView/ChannelViewTabs/ChannelToken.tsx +++ b/packages/atlas/src/views/viewer/ChannelView/ChannelViewTabs/ChannelToken.tsx @@ -69,6 +69,8 @@ export const ChannelToken = ({ tokenId, memberId }: ChannelTokenProps) => { revenue={token.annualCreatorRewardPermill} revenueShare={token.annualCreatorRewardPermill} transactionVolume={token.annualCreatorRewardPermill} + tokenId={token.id} + status="inactive" /> {holdersData ? (