formatting

This commit is contained in:
Maren Süwer
2018-08-21 13:06:52 +02:00
parent ebed0d0997
commit 18bf13a6af
2 changed files with 0 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ class AdminSettings extends React.Component<Props> {
fieldLabel={t("admin-settings.add-group-textfield")}
errorMessage={t("admin-settings.add-group-error")}
/>
<AdminUserTable
adminUsers={adminUsers}
onChange={(isValid, changedValue, name) =>

View File

@@ -65,7 +65,6 @@ class ProxySettings extends React.Component<Props> {
onChange={this.handleProxyUserChange}
disabled={!enableProxy || !hasUpdatePermission}
/>
<ProxyExcludesTable
proxyExcludes={proxyExcludes}
onChange={(isValid, changedValue, name) =>