diff --git a/ui/component/channelAbout/view.jsx b/ui/component/channelAbout/view.jsx
index 9e0bc613c..cf88ed174 100644
--- a/ui/component/channelAbout/view.jsx
+++ b/ui/component/channelAbout/view.jsx
@@ -69,6 +69,11 @@ function ChannelAbout(props: Props) {
+
+
+
{claim.canonical_url}
+
+
{claim.claim_id}
diff --git a/ui/component/fileDetails/view.jsx b/ui/component/fileDetails/view.jsx
index 9780dc460..0fd86cab3 100644
--- a/ui/component/fileDetails/view.jsx
+++ b/ui/component/fileDetails/view.jsx
@@ -55,6 +55,12 @@ class FileDetails extends PureComponent
{
{fileSize} |
)}
+
+
+ {__('URL')} |
+ {claim.canonical_url} |
+
+
{__('Claim ID')} |
{claim.claim_id} |
diff --git a/ui/page/channel/view.jsx b/ui/page/channel/view.jsx
index 2aed017ab..e7a678ea8 100644
--- a/ui/page/channel/view.jsx
+++ b/ui/page/channel/view.jsx
@@ -15,7 +15,6 @@ import ChannelAbout from 'component/channelAbout';
import ChannelDiscussion from 'component/channelDiscussion';
import ChannelThumbnail from 'component/channelThumbnail';
import ChannelEdit from 'component/channelEdit';
-import ClaimUri from 'component/claimUri';
import classnames from 'classnames';
import HelpLink from 'component/common/help-link';
import ClaimSupportButton from 'component/claimSupportButton';
@@ -130,7 +129,6 @@ function ChannelPage(props: Props) {
return (
-