Skip to content

Commit

Permalink
Merge pull request #29529 from janicduplessis/@janic/ssci-fix
Browse files Browse the repository at this point in the history
Fix wrong onyx config in ReportFooter
  • Loading branch information
marcochavezf committed Oct 13, 2023
2 parents 1e68e9e + 4912777 commit 76a9019
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/home/report/ReportFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ ReportFooter.defaultProps = defaultProps;
export default compose(
withWindowDimensions,
withOnyx({
shouldShowComposeInput: {key: ONYXKEYS.SHOULD_SHOW_COMPOSE_INPUT},
initialValue: false,
shouldShowComposeInput: {
key: ONYXKEYS.SHOULD_SHOW_COMPOSE_INPUT,
initialValue: false,
},
}),
)(ReportFooter);

0 comments on commit 76a9019

Please sign in to comment.