Updating some client deps + eslint

Этот коммит содержится в:
Christopher Speller
2016-02-22 08:31:10 -05:00
родитель 040bff2b9f
Коммит 4c92a1c1e3
90 изменённых файлов: 449 добавлений и 406 удалений

Просмотреть файл

@@ -56,7 +56,7 @@ class Root extends React.Component {
tab={this.props.map.ActiveTab}
teamId={this.props.map.TeamId}
/>
<SelectTeamModal />
<SelectTeamModal/>
</div>
</IntlProvider>
);
@@ -65,7 +65,7 @@ class Root extends React.Component {
global.window.setup_admin_console_page = function setup(props) {
ReactDOM.render(
<Root map={props} />,
<Root map={props}/>,
document.getElementById('admin_controller')
);
};