Skip to content

Commit

Permalink
refactor: remove brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeMargarida committed Oct 5, 2023
1 parent 8c80987 commit 5028074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/ReportPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function ReportPreview(props) {
success
medium
text={translate('common.submit')}
style={[styles.requestPreviewBox]}
style={styles.requestPreviewBox}
onPress={() => IOU.submitReport(props.iouReport)}
/>
)}
Expand Down

0 comments on commit 5028074

Please sign in to comment.