summit pin
This commit is contained in:
parent
b8b49dc12e
commit
a000286998
1 changed files with 3 additions and 1 deletions
|
@ -286,9 +286,11 @@ function ClaimTilesDiscover(props: Props) {
|
|||
|
||||
const modifiedUris = uris ? uris.slice() : [];
|
||||
const fixUris = [
|
||||
'lbry://@JungleSurvival#f/incredible-secret-millionaire#a',
|
||||
'lbry://@JamesJulierArt#0/ipad-painting-tutorial-lava-flow-art-in#8',
|
||||
'lbry://@summitforwellness#9/trail-run-to-cherry-creek-falls-(trying#3',
|
||||
];
|
||||
|
||||
|
||||
if (pin && modifiedUris && modifiedUris.length > 2 && window.location.pathname === '/') {
|
||||
fixUris.forEach((fixUri) => {
|
||||
if (modifiedUris.indexOf(fixUri) !== -1) {
|
||||
|
|
Loading…
Reference in a new issue