better colon handling

This commit is contained in:
zeppi 2021-07-15 16:15:24 -04:00
parent 105835efd3
commit ba2267f1cd

View file

@ -289,9 +289,7 @@ function ClaimTilesDiscover(props: Props) {
};
const modifiedUris = uris ? uris.slice() : [];
const fixUris = [
'lbry://@EmperorLemon#e/sacrifices-to-the-church-of-nintendo#0',
];
const fixUris = ['lbry://@EmperorLemon#e/sacrifices-to-the-church-of-nintendo#0'];
if (pin && modifiedUris && modifiedUris.length > 2 && window.location.pathname === '/') {
fixUris.forEach((fixUri) => {