Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van der Heijden committed Jul 30, 2020
1 parent 9b11272 commit 6c388ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Query/Result/Result.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import Table from './Table';


const withStores = withVlow({
store: DatabaseStore,
keys: ['factor', 'utcFormat'],
store: DatabaseStore,
});


Expand Down Expand Up @@ -251,8 +251,8 @@ class Result extends React.Component {
getFmtTag = (setQuery) => ({
name: (val) => (
<QueryTagLnk
tagName={val}
setQuery={setQuery}
tagName={val}
/>
)
})
Expand Down

0 comments on commit 6c388ad

Please sign in to comment.