fixed comment

This commit is contained in:
Dalton 2020-01-03 21:36:27 -06:00 committed by Sean Yesmunt
parent bd4de2fc4e
commit cbdb9eaa49

View file

@ -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