Skip to content

Commit

Permalink
fix: add comment explaining for props
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Aug 9, 2023
1 parent 43c8ddc commit 2dbad8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/home/sidebar/SidebarLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,12 @@ const propTypes = {

priorityMode: PropTypes.oneOf(_.values(CONST.PRIORITY_MODE)),

/** The top most report id */
currentReportID: PropTypes.string,

/* Onyx Props */
report: PropTypes.shape({
/** reportID (only present when there is a matching report) */
reportID: PropTypes.string,
}),

Expand Down

0 comments on commit 2dbad8f

Please sign in to comment.