diff --git a/frontend/src/pages/sys-admin/web-settings/web-settings.js b/frontend/src/pages/sys-admin/web-settings/web-settings.js index fb0ea4ee01..c3e386c532 100644 --- a/frontend/src/pages/sys-admin/web-settings/web-settings.js +++ b/frontend/src/pages/sys-admin/web-settings/web-settings.js @@ -1,7 +1,7 @@ import React, { Component, Fragment } from 'react'; import { Utils } from '../../../utils/utils'; import { seafileAPI } from '../../../utils/seafile-api'; -import { gettext, mediaUrl, logoPath, faviconPath, loginBGPath } from '../../../utils/constants'; +import { gettext, isPro, mediaUrl, logoPath, faviconPath, loginBGPath } from '../../../utils/constants'; import Loading from '../../../components/loading'; import toaster from '../../../components/toast'; import MainPanelTopbar from '../main-panel-topbar'; @@ -344,7 +344,7 @@ class WebSettings extends Component { /> -
+ {isPro &&
-
+
} }