remove uri from tile component
This commit is contained in:
parent
d553f9e8e3
commit
cb8e9b4bdf
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ class FileTile extends React.PureComponent {
|
|||
<h3>
|
||||
<TruncatedText lines={1}>{title}</TruncatedText>
|
||||
</h3>
|
||||
<span className="file-tile__uri">{uri}</span>
|
||||
</div>
|
||||
{description &&
|
||||
<div className="card__content card__subtext">
|
||||
|
|
Loading…
Reference in a new issue