Skip to content

Commit

Permalink
Fix: 'State' is defined but never used
Browse files Browse the repository at this point in the history
  • Loading branch information
slipo committed Dec 5, 2017
1 parent 10692b8 commit 21e56d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Modals/SendModal/ConfirmDisplay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type State = {
addressCheckedMessage: string
}

class ConfirmDisplay extends React.Component<Props> {
class ConfirmDisplay extends React.Component<Props, State> {
state = {
addressChecked: false,
addressCheckedMessage: ''
Expand Down

0 comments on commit 21e56d6

Please sign in to comment.