Skip to content

Commit

Permalink
Merge pull request #6252 from Expensify/chirag-removing-draftComments…
Browse files Browse the repository at this point in the history
…-param

Removing draft comments param

(cherry picked from commit 3528390)
  • Loading branch information
chiragsalian authored and OSBotify committed Nov 5, 2021
1 parent 0e4c611 commit e03d621
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/home/sidebar/SidebarLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ class SidebarLinks extends React.Component {
const sidebarOptions = getSidebarOptions(
props.reports,
props.personalDetails,
props.draftComments,
activeReportID,
props.priorityMode,
props.betas,
Expand Down Expand Up @@ -275,9 +274,6 @@ export default compose(
reports: {
key: ONYXKEYS.COLLECTION.REPORT,
},
draftComments: {
key: ONYXKEYS.COLLECTION.REPORT_DRAFT_COMMENT,
},
personalDetails: {
key: ONYXKEYS.PERSONAL_DETAILS,
},
Expand Down

0 comments on commit e03d621

Please sign in to comment.