changed pins
someordinarygamers arvie's cookbook
This commit is contained in:
parent
e3070044b8
commit
564881e723
1 changed files with 2 additions and 2 deletions
|
@ -286,8 +286,8 @@ function ClaimTilesDiscover(props: Props) {
|
||||||
|
|
||||||
const modifiedUris = uris ? uris.slice() : [];
|
const modifiedUris = uris ? uris.slice() : [];
|
||||||
const fixUris = [
|
const fixUris = [
|
||||||
'lbry://@dirtyworkz#0/sickddellz-day-one-(official-video)#1',
|
'lbry://@SomeOrdinaryGamers#a/the-electronic-arts-hack-is-pretty#9',
|
||||||
'lbry://@CrackerMilk#6/who-does-your-dog-love-most#8',
|
'lbry://@ArviesCookbook#4/the-perfect-baked-oreo-cheesecake-recipe#7',
|
||||||
];
|
];
|
||||||
|
|
||||||
if (pin && modifiedUris && modifiedUris.length > 2 && window.location.pathname === '/') {
|
if (pin && modifiedUris && modifiedUris.length > 2 && window.location.pathname === '/') {
|
||||||
|
|
Loading…
Reference in a new issue