diff --git a/ui/js/page/filePage/view.jsx b/ui/js/page/filePage/view.jsx index 9c8095d56..9f3f5fbfe 100644 --- a/ui/js/page/filePage/view.jsx +++ b/ui/js/page/filePage/view.jsx @@ -9,7 +9,7 @@ import Link from "component/link"; import UriIndicator from "component/uriIndicator"; const FormatItem = props => { - const { contentType, metadata: { author, language, license } } = props; + const { contentType, metadata: { language, license } } = props; const mediaType = lbry.getMediaType(contentType); @@ -19,9 +19,6 @@ const FormatItem = props => {