hide table row right data on mobile sites

This commit is contained in:
Florian Scholdei
2019-09-11 08:29:34 +02:00
parent ba500a5935
commit 66c977b08d

View File

@@ -92,7 +92,7 @@ class FileTreeLeaf extends React.Component<Props> {
{file.description}
</td>
{binder.hasExtension("repos.sources.tree.row.right") && (
<td>
<td className="is-hidden-mobile">
{!file.directory && (
<ExtensionPoint
name="repos.sources.tree.row.right"