Skip to content

Commit

Permalink
Fix wrong onyx config in ReportFooter
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed Oct 13, 2023
1 parent 4bcc943 commit 4912777
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 4912777

Please sign in to comment.