Skip to content

Commit

Permalink
Add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Beamanator committed Aug 3, 2022
1 parent ddc7a04 commit f3d69cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OpacityView.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class OpacityView extends React.Component {
}

if (prevProps.shouldDim && !this.props.shouldDim) {
this.undim()
this.undim();
}
}

Expand Down

0 comments on commit f3d69cf

Please sign in to comment.