Skip to content
Snippets Groups Projects
Commit 860ea23e authored by Nemanja's avatar Nemanja Committed by Anton Kulyk
Browse files

Fix prettier linter error

parent 8c598dcb
No related branches found
No related tags found
No related merge requests found
......@@ -44,10 +44,7 @@ const getErrorComponent = ({ status, data, context }) => {
}
};
const PATHS_WITHOUT_NAVBAR = [
/\/model\/.*\/query/,
/\/model\/.*\/metadata/,
];
const PATHS_WITHOUT_NAVBAR = [/\/model\/.*\/query/, /\/model\/.*\/metadata/];
@connect(mapStateToProps)
export default class App extends Component {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment