change tagline #6344
2 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue