Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Aug 18, 2023
1 parent 9e897df commit ee0f400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/iou/MoneyRequestCreatedPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ MoneyRequestCreatedPage.defaultProps = defaultProps;

export default withOnyx({
iou: {
key: ONYXKEYS.IOU
key: ONYXKEYS.IOU,
},
})(MoneyRequestCreatedPage);
3 changes: 1 addition & 2 deletions src/pages/iou/MoneyRequestDescriptionPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,13 @@ function MoneyRequestDescriptionPage({iou, route}) {
</Form>
</ScreenWrapper>
);

}

MoneyRequestDescriptionPage.propTypes = propTypes;
MoneyRequestDescriptionPage.defaultProps = defaultProps;

export default withOnyx({
iou: {
key: ONYXKEYS.IOU
key: ONYXKEYS.IOU,
},
})(MoneyRequestDescriptionPage);

0 comments on commit ee0f400

Please sign in to comment.