better colon handling
This commit is contained in:
parent
105835efd3
commit
ba2267f1cd
1 changed files with 1 additions and 3 deletions
|
@ -289,9 +289,7 @@ function ClaimTilesDiscover(props: Props) {
|
||||||
};
|
};
|
||||||
|
|
||||||
const modifiedUris = uris ? uris.slice() : [];
|
const modifiedUris = uris ? uris.slice() : [];
|
||||||
const fixUris = [
|
const fixUris = ['lbry://@EmperorLemon#e/sacrifices-to-the-church-of-nintendo#0'];
|
||||||
'lbry://@EmperorLemon#e/sacrifices-to-the-church-of-nintendo#0',
|
|
||||||
];
|
|
||||||
|
|
||||||
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