tidy up
This commit is contained in:
parent
62053e6b36
commit
67475c690f
2 changed files with 5 additions and 2 deletions
|
@ -27,7 +27,6 @@ class FileDetails extends React.PureComponent {
|
|||
}
|
||||
|
||||
const { description, language, license } = metadata;
|
||||
const { height } = claim;
|
||||
const mediaType = lbry.getMediaType(contentType);
|
||||
|
||||
const downloadPath = fileInfo
|
||||
|
|
|
@ -75,7 +75,11 @@ class UriIndicator extends React.PureComponent {
|
|||
}
|
||||
|
||||
return (
|
||||
<Link navigate="/show" navigateParams={{ uri: channelLink }}>
|
||||
<Link
|
||||
navigate="/show"
|
||||
navigateParams={{ uri: channelLink }}
|
||||
className="no-underline"
|
||||
>
|
||||
{inner}
|
||||
</Link>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue