{isLocal(account) ? (
-
- {isSafeUrl(account.get('website')) ? (
- {account.get('website')}
- ) : (
- account.get('website')
- )}
-
+
) : null}
diff --git a/package.json b/package.json
index f4baa47fc..4ec9a6372 100644
--- a/package.json
+++ b/package.json
@@ -70,6 +70,7 @@
"@types/escape-html": "^1.0.1",
"@types/http-link-header": "^1.0.3",
"@types/lodash": "^4.14.180",
+ "@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^8.3.4",
"array-includes": "^3.0.3",
diff --git a/yarn.lock b/yarn.lock
index 8cb374efb..26d2650a6 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2095,6 +2095,13 @@
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.5.tgz#75a2a8e7d8ab4b230414505d92335d1dcb53a6df"
integrity sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==
+"@types/react-helmet@^6.1.5":
+ version "6.1.5"
+ resolved "https://registry.yarnpkg.com/@types/react-helmet/-/react-helmet-6.1.5.tgz#35f89a6b1646ee2bc342a33a9a6c8777933f9083"
+ integrity sha512-/ICuy7OHZxR0YCAZLNg9r7I9aijWUWvxaPR6uTuyxe8tAj5RL4Sw1+R6NhXUtOsarkGYPmaHdBDvuXh2DIN/uA==
+ dependencies:
+ "@types/react" "*"
+
"@types/react-redux@^7.1.16":
version "7.1.18"
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.18.tgz#2bf8fd56ebaae679a90ebffe48ff73717c438e04"