aboutsummaryrefslogtreecommitdiffstats
path: root/src/I18n.js
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-03-01 11:06:19 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-03-01 11:06:19 +0100
commit41ce9d8608d97fc60ea0f7892873f56b703a5e50 (patch)
tree8378c89af1135ebb223b7fd801d76a57163ab965 /src/I18n.js
parentADD Franz-wide internationalization (diff)
downloadferdium-app-41ce9d8608d97fc60ea0f7892873f56b703a5e50.tar.gz
ferdium-app-41ce9d8608d97fc60ea0f7892873f56b703a5e50.tar.zst
ferdium-app-41ce9d8608d97fc60ea0f7892873f56b703a5e50.zip
fix linting errors
Diffstat (limited to 'src/I18n.js')
-rw-r--r--src/I18n.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/I18n.js b/src/I18n.js
index 5ba7c8c7e..4ee34157c 100644
--- a/src/I18n.js
+++ b/src/I18n.js
@@ -9,7 +9,6 @@ import UserStore from './stores/UserStore';
9 9
10@inject('stores') @observer 10@inject('stores') @observer
11export default class I18N extends Component { 11export default class I18N extends Component {
12
13 componentDidUpdate() { 12 componentDidUpdate() {
14 window.franz.menu.rebuild(); 13 window.franz.menu.rebuild();
15 } 14 }