Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WRadoslaw committed Nov 13, 2023
1 parent fcd4e82 commit 8d0ae7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ export const CrtPreviewLayout = ({
revenue={token.annualCreatorRewardPermill}
revenueShare={token.annualCreatorRewardPermill}
transactionVolume={token.annualCreatorRewardPermill}
tokenId={token.id}
status="inactive"
/>
{data ? (
<HoldersWidget totalSupply={+token.totalSupply} holders={data.tokenAccounts} ownerId={memberId ?? ''} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ? (
<HoldersWidget
Expand Down

0 comments on commit 8d0ae7d

Please sign in to comment.