Skip to content

Commit

Permalink
remove unnecessary proptype
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Nov 16, 2020
1 parent cec364b commit c39be09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/manage/Widgets/TemporalWidget.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ const TemporalWidget = (props) => {
TemporalWidget.propTypes = {
data: PropTypes.objectOf(PropTypes.any).isRequired,
block: PropTypes.string.isRequired,
onChangeBlock: PropTypes.func,
};

export default injectIntl(TemporalWidget);

0 comments on commit c39be09

Please sign in to comment.