Updated ESLINT and fixing linting issues

This commit is contained in:
Nicolas Gotchac
2016-11-25 19:48:06 +01:00
parent 8392090861
commit f77afd072b
23 changed files with 64 additions and 67 deletions

View File

@@ -192,7 +192,7 @@ class TabBar extends Component {
return (
<ToolbarGroup>
<div className={ styles.last }>
<div></div>
<div />
</div>
</ToolbarGroup>
);
@@ -206,7 +206,7 @@ class TabBar extends Component {
.map((view, index) => {
const body = (view.id === 'accounts')
? (
<Tooltip className={ styles.tabbarTooltip } text='navigate between the different parts and views of the application, switching between an account view, token view and distributed application view' />
<Tooltip className={ styles.tabbarTooltip } text='navigate between the different parts and views of the application, switching between an account view, token view and distributed application view' />
)
: null;