diff --git a/src/components/right/ChatExtra.tsx b/src/components/right/ChatExtra.tsx index 44c2389df..7cfe440b6 100644 --- a/src/components/right/ChatExtra.tsx +++ b/src/components/right/ChatExtra.tsx @@ -18,7 +18,6 @@ import { copyTextToClipboard } from '../../util/clipboard'; import { formatPhoneNumberWithCode } from '../../util/phoneNumber'; import useLang from '../../hooks/useLang'; -import SafeLink from '../common/SafeLink'; import ListItem from '../ui/ListItem'; import Switcher from '../ui/Switcher'; @@ -115,9 +114,7 @@ const ChatExtra: FC = ({ )} {(canInviteUsers || !username) && !!link.length && ( copy(link, lang('SetUrlPlaceholder'))}> -
- -
+
{link}
{lang('SetUrlPlaceholder')}
)}