fix: dont fail to render with invalid URLs

This commit is contained in:
Alejandro Gomez
2023-01-14 12:57:36 +01:00
parent 06702a5174
commit 731aa68b44
4 changed files with 71 additions and 70 deletions

View File

@ -11,7 +11,7 @@ import useProfile from "../feed/ProfileFeed";
import FollowButton from "../element/FollowButton";
import { extractLnAddress, parseId, hexToBech32 } from "../Util";
import Timeline from "../element/Timeline";
import Text, { mentions } from '../Text'
import Text from '../Text'
import LNURLTip from "../element/LNURLTip";
import Nip05, { useIsVerified } from "../element/Nip05";
import Copy from "../element/Copy";