fix popup

This commit is contained in:
zeppi 2021-06-16 10:49:10 -04:00 committed by Thomas Zarebczan
parent 994ef3582f
commit 470f8f6f34
No known key found for this signature in database
GPG key ID: D505010BDB4364BC
2 changed files with 0 additions and 3 deletions

View file

@ -76,7 +76,6 @@ type Props = {
releaseTime?: string,
hideLivestreamClaims?: boolean,
isChannel?: boolean,
// channelIsMine?: boolean, //CHECK
empty?: string,
};
@ -135,7 +134,6 @@ function ClaimListDiscover(props: Props) {
livestreamMap,
hasSource,
isChannel = false,
// channelIsMine = false, //RBCHECK that ClaimList handles this
hideLivestreamClaims,
empty,
} = props;

View file

@ -217,7 +217,6 @@ function ClaimPreviewTile(props: Props) {
<UriIndicator uri={uri} />
</div>
)}
{/* CHECK CLAIM MENU LIST PARAMS (IS REPOST?) */}
<ClaimMenuList uri={uri} collectionId={listId} channelUri={channelUri} isRepost={isRepost} />
</h2>
</NavLink>