#249: Basic fix for sensitive data export

This commit is contained in:
frikky
2021-02-08 08:41:22 +01:00
parent 1760db0bd8
commit 3969c8e998
9 changed files with 122 additions and 160 deletions
+1 -1
View File
@@ -2150,7 +2150,7 @@ const AppCreator = (props) => {
</h2>
</Link>
<h2>
{name} ({actions === null || actions === undefined ? 0 : actions.length})
{name} {actions === null || actions === undefined || actions.length === 0 ? null : <span>({actions.length})</span>}
</h2>
</Breadcrumbs>
<Paper style={boxStyle}>