Skip to content

Commit

Permalink
remove flow
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyraymond committed Jul 17, 2021
1 parent 932ebb4 commit a120ec9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ const styles = theme => ({
color: theme.palette.error.light
}
});

// eslint-disable-next-line react/prop-types
const UpdaterComponent = ({ name, updater, classes }) => {
// eslint-disable-line react/prop-types
let Message;
if (updater.error) {
Message = (
Expand Down

0 comments on commit a120ec9

Please sign in to comment.