Skip to content

Commit

Permalink
add types, remove compose, refactor HOC
Browse files Browse the repository at this point in the history
  • Loading branch information
KrAbhas committed Dec 25, 2023
1 parent 674e24d commit 883eaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MoneyReportHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,4 @@ export default withOnyx<MoneyReportHeaderProps, MoneyReportHeaderOnyxProps>({
session: {
key: ONYXKEYS.SESSION,
},
})(MoneyReportHeader);
})(MoneyReportHeader);

0 comments on commit 883eaae

Please sign in to comment.