Skip to content

Commit

Permalink
took out old ppm style reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AMA113 committed Jan 31, 2024
1 parent f068681 commit fb58351
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 fb58351

Please sign in to comment.