Skip to content

Commit 27a6f27

Browse files
committed
Move proptype to single line
1 parent 0df7ec4 commit 27a6f27

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/pages/ReimbursementAccount/ReimbursementAccountDraftPropTypes.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,5 @@ export default PropTypes.shape({
4141
hasOtherBeneficialOwners: PropTypes.bool,
4242
acceptTermsAndConditions: PropTypes.bool,
4343
certifyTrueInformation: PropTypes.bool,
44-
beneficialOwners: PropTypes.arrayOf(
45-
PropTypes.string,
46-
),
44+
beneficialOwners: PropTypes.arrayOf(PropTypes.string),
4745
});

0 commit comments

Comments
 (0)