unpin emplemon for now
This commit is contained in:
parent
98c2127de0
commit
5e7f0393f1
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ function ClaimTilesDiscover(props: Props) {
|
||||||
};
|
};
|
||||||
|
|
||||||
const modifiedUris = uris ? uris.slice() : [];
|
const modifiedUris = uris ? uris.slice() : [];
|
||||||
const fixUris = ['lbry://@EmperorLemon#e/this-is-what-true-fear-looks-like.#c', 'lbry://@AlisonMorrow#6/LBRY#8'];
|
const fixUris = ['lbry://@AlisonMorrow#6/LBRY#8'];
|
||||||
|
|
||||||
if (pin && modifiedUris && modifiedUris.length > 2 && window.location.pathname === '/') {
|
if (pin && modifiedUris && modifiedUris.length > 2 && window.location.pathname === '/') {
|
||||||
fixUris.forEach((fixUri) => {
|
fixUris.forEach((fixUri) => {
|
||||||
|
|
Loading…
Reference in a new issue