Skip to content

Commit

Permalink
Remove PropTypes from HarpGraph component
Browse files Browse the repository at this point in the history
  • Loading branch information
wduckitt committed May 2, 2024
1 parent 612f9a3 commit a2518ee
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import AutomationStudioContext from "../../../SystemComponents/AutomationStudioC
import DataConnection from "../../../SystemComponents/DataConnection";
import withStyles from "@mui/styles/withStyles";

import PropTypes from "prop-types";

import HarpGraphY from "./HarpGraphY";

Expand Down Expand Up @@ -334,9 +333,6 @@ class HarpGraph extends React.Component {
}
}

HarpGraph.propTypes = {
classes: PropTypes.object.isRequired,
};

HarpGraph.contextType = AutomationStudioContext;
export default withStyles(styles, { withTheme: true })(HarpGraph);
Expand Down

0 comments on commit a2518ee

Please sign in to comment.