aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/team/TeamDashboard.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/settings/team/TeamDashboard.js')
-rw-r--r--src/components/settings/team/TeamDashboard.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/settings/team/TeamDashboard.js b/src/components/settings/team/TeamDashboard.js
index 72358d485..f26f4cc0c 100644
--- a/src/components/settings/team/TeamDashboard.js
+++ b/src/components/settings/team/TeamDashboard.js
@@ -12,6 +12,7 @@ import Button from '../../ui/Button';
12import Infobox from '../../ui/Infobox'; 12import Infobox from '../../ui/Infobox';
13import globalMessages from '../../../i18n/globalMessages'; 13import globalMessages from '../../../i18n/globalMessages';
14import UpgradeButton from '../../ui/UpgradeButton'; 14import UpgradeButton from '../../ui/UpgradeButton';
15import { LIVE_FRANZ_API } from '../../../config';
15 16
16const messages = defineMessages({ 17const messages = defineMessages({
17 headline: { 18 headline: {
@@ -125,7 +126,7 @@ export default @injectSheet(styles) @observer class TeamDashboard extends Compon
125 } = this.props; 126 } = this.props;
126 const { intl } = this.context; 127 const { intl } = this.context;
127 128
128 if (server === 'https://api.franzinfra.com') { 129 if (server === LIVE_FRANZ_API) {
129 return ( 130 return (
130 <div className="settings__main"> 131 <div className="settings__main">
131 <div className="settings__header"> 132 <div className="settings__header">