Skip to content

Commit

Permalink
fix flow
Browse files Browse the repository at this point in the history
  • Loading branch information
emeeks committed Feb 19, 2019
1 parent c826ac0 commit d5d0151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VisualizationLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class VisualizationLayer extends React.PureComponent<Props, State> {
focusedVisualizationGroup: null
}

componentDidUpdate(lp) {
componentDidUpdate(lp: Object) {
const np = this.props
const propKeys = Object.keys(np)

Expand Down

0 comments on commit d5d0151

Please sign in to comment.