Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
s77rt committed Aug 3, 2023
1 parent d070db3 commit 08bbe41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/steps/MoneyRequestAmount.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ function MoneyRequestAmount(props) {
);

// ScreenWrapper is only needed in edit mode because we have a dedicated route for the edit amount page (MoneyRequestEditAmountPage).
// The rest of the cases this component is rendered through <MoneyRequestSelectorPage /> which has it's own ScreenWrapper
// The rest of the cases this component is rendered through <MoneyRequestSelectorPage /> which has it's own ScreenWrapper
if (!isEditing.current) {
return content;
}
Expand Down

0 comments on commit 08bbe41

Please sign in to comment.