fixed comment
This commit is contained in:
parent
bd4de2fc4e
commit
cbdb9eaa49
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ const SimpleLink = (props: SimpleLinkProps) => {
|
||||||
let { href } = props;
|
let { href } = props;
|
||||||
if (href && href.startsWith('lbry://')) {
|
if (href && href.startsWith('lbry://')) {
|
||||||
href = formatLbryUrlForWeb(href);
|
href = formatLbryUrlForWeb(href);
|
||||||
// using NavLink after format to handle "/" vs "#/"
|
// using Link after formatLbryUrl to handle "/" vs "#/"
|
||||||
// for web and desktop scenarios respectively
|
// for web and desktop scenarios respectively
|
||||||
return (
|
return (
|
||||||
<Link
|
<Link
|
||||||
|
|
Loading…
Add table
Reference in a new issue