aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/settings/AccountScreen.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-09-04 15:35:31 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-09-04 15:35:31 +0200
commit4cb0c6aba872a40d490ce5fd0596eba13046793a (patch)
tree2bb73eee48b5a3becddbcc97705b85b68a78ed39 /src/containers/settings/AccountScreen.js
parentAdd branding source files (diff)
downloadferdium-app-4cb0c6aba872a40d490ce5fd0596eba13046793a.tar.gz
ferdium-app-4cb0c6aba872a40d490ce5fd0596eba13046793a.tar.zst
ferdium-app-4cb0c6aba872a40d490ce5fd0596eba13046793a.zip
Fix lint
Diffstat (limited to 'src/containers/settings/AccountScreen.js')
-rw-r--r--src/containers/settings/AccountScreen.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/settings/AccountScreen.js b/src/containers/settings/AccountScreen.js
index 17c0613b7..fd3317301 100644
--- a/src/containers/settings/AccountScreen.js
+++ b/src/containers/settings/AccountScreen.js
@@ -29,7 +29,7 @@ export default @inject('stores', 'actions') @observer class AccountScreen extend
29 const api = stores.settings.all.app.server; 29 const api = stores.settings.all.app.server;
30 30
31 let url; 31 let url;
32 if (api == 'https://api.franzinfra.com') { 32 if (api === 'https://api.franzinfra.com') {
33 url = `${WEBSITE}${route}?authToken=${stores.user.authToken}&utm_source=app&utm_medium=account_dashboard`; 33 url = `${WEBSITE}${route}?authToken=${stores.user.authToken}&utm_source=app&utm_medium=account_dashboard`;
34 } else { 34 } else {
35 url = `${api}${route}`; 35 url = `${api}${route}`;