Skip to content

Commit

Permalink
Add reportID as a required prop
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-marcellini committed Sep 28, 2022
1 parent 9587df5 commit b6c7d22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/home/report/ReportActionItemCreated.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ import OfflineWithFeedback from '../../../components/OfflineWithFeedback';
import * as Report from '../../../libs/actions/Report';

const propTypes = {
/** The id of the report */
reportID: PropTypes.number.isRequired,

/** The report currently being looked at */
report: PropTypes.shape({
/** The id of the report */
Expand Down

0 comments on commit b6c7d22

Please sign in to comment.