Skip to content

Commit

Permalink
Merge branch 'B-17919' of github.com:transcom/mymove into B-17919-INT
Browse files Browse the repository at this point in the history
  • Loading branch information
r-mettler committed Jan 31, 2024
2 parents 61eba8c + fb58351 commit 47ce6ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const DateAndLocationForm = ({ mtoShipment, destinationDutyLocation, serviceMemb
};
return (
<div className={ppmStyles.formContainer}>
<Form className={(formStyles.form, ppmStyles.form)}>
<Form className={formStyles.form}>
<SectionWrapper className={classnames(ppmStyles.sectionWrapper, formStyles.formSection, 'origin')}>
<h2>Origin</h2>
<AddressFields
Expand Down

0 comments on commit 47ce6ea

Please sign in to comment.