Skip to content

Commit

Permalink
revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenKKC committed Aug 9, 2023
1 parent d07e5c1 commit cd4d7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ParentNavigationSubtitle.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const propTypes = {
}).isRequired,

/** parent Report ID */
parentReportID: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
parentReportID: PropTypes.string,

/** PressableWithoutFeedack additional styles */
// eslint-disable-next-line react/forbid-prop-types
Expand Down

0 comments on commit cd4d7db

Please sign in to comment.