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>
|
<h3>
|
||||||
<TruncatedText lines={1}>{title}</TruncatedText>
|
<TruncatedText lines={1}>{title}</TruncatedText>
|
||||||
</h3>
|
</h3>
|
||||||
<span className="file-tile__uri">{uri}</span>
|
|
||||||
</div>
|
</div>
|
||||||
{description &&
|
{description &&
|
||||||
<div className="card__content card__subtext">
|
<div className="card__content card__subtext">
|
||||||
|
|
Loading…
Add table
Reference in a new issue