From 9f23e19d1877edfeb4efa53aebaeae3869e5c5ca Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Thu, 18 Jul 2019 18:46:37 +0300 Subject: [PATCH] Fix lint --- .../oodikone2-frontend/src/components/NavigationBar/index.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/oodikone2-frontend/src/components/NavigationBar/index.jsx b/services/oodikone2-frontend/src/components/NavigationBar/index.jsx index 9a6ee8efe7..ecbb6f59c1 100644 --- a/services/oodikone2-frontend/src/components/NavigationBar/index.jsx +++ b/services/oodikone2-frontend/src/components/NavigationBar/index.jsx @@ -1,9 +1,8 @@ import React, { Component } from 'react' import { Menu, Dropdown, Button } from 'semantic-ui-react' -import { NavLink, Link } from 'react-router-dom' +import { NavLink, Link, withRouter } from 'react-router-dom' import { func, shape, string } from 'prop-types' import { connect } from 'react-redux' -import { withRouter } from 'react-router-dom' import { routes } from '../../constants' import { userRoles, userRights, getAsUserWithoutRefreshToken } from '../../common' import './navigationBar.css'