mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-05 11:50:58 +01:00
hide table row right data on mobile sites
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user