mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-29 00:11:28 +00:00
remove comment
This commit is contained in:
parent
60ae225fb6
commit
e10c02ab95
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ export default function SearchPage(props: Props) {
|
||||||
const urlParams = new URLSearchParams(search);
|
const urlParams = new URLSearchParams(search);
|
||||||
const urlQuery = urlParams.get('q');
|
const urlQuery = urlParams.get('q');
|
||||||
const isValid = isURIValid(urlQuery);
|
const isValid = isURIValid(urlQuery);
|
||||||
console.log({ isValid });
|
|
||||||
console.log({ urlQuery });
|
|
||||||
let uri;
|
let uri;
|
||||||
let isChannel;
|
let isChannel;
|
||||||
let label;
|
let label;
|
||||||
|
|
Loading…
Add table
Reference in a new issue