Skip to content
Snippets Groups Projects
Commit ad6b84f3 authored by Esko Ikkala's avatar Esko Ikkala
Browse files

Fix semicolon

parent 9232abe0
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ class IntegrationAutosuggest extends React.Component {
})
.then(data => {
// eslint-disable-next-line no-console
console.log(data)
console.log(data);
});
......
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