Skip to content

Commit

Permalink
Fixes linting warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Aug 27, 2019
1 parent 3a70647 commit 92f22e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/containers/Claim/Claim.jsx
Expand Up @@ -19,7 +19,7 @@ export default class Claim extends Component<Props> {
intervalId: ?number

render() {
const { className, claimAmount } = this.props
const { className } = this.props
const disabled = this.isDisabled()

return (
Expand Down
2 changes: 1 addition & 1 deletion app/modules/transactions.js
@@ -1,7 +1,7 @@
// @flow
/* eslint-disable camelcase */
import { api, sc, u, wallet, settings } from '@cityofzion/neon-js'
import { flatMap, keyBy, isEmpty, get, cloneDeep } from 'lodash-es'
import { flatMap, keyBy, isEmpty, get } from 'lodash-es'

import {
showErrorNotification,
Expand Down

0 comments on commit 92f22e6

Please sign in to comment.