1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

Repair eslint wraning (#2453)

This commit is contained in:
山水人家
2018-10-16 18:19:51 +08:00
committed by Daniel Pan
parent 80b7e562a0
commit fdbb39a6d3
43 changed files with 498 additions and 264 deletions

View File

@@ -10,7 +10,7 @@ import './assets/css/fontawesome.css';
import 'seafile-ui';
import './index.css';
let lang = window.app.pageOptions.lang
let lang = window.app.pageOptions.lang;
ReactDOM.render(
<I18nextProvider i18n={ i18n } initialLanguage={ lang } >