change tagline #6344

Closed
drewhancock wants to merge 42 commits from drewhancock-patch-1 into odysee
2 changed files with 0 additions and 3 deletions
Showing only changes of commit 470f8f6f34 - Show all commits

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>