Skip to content

Commit

Permalink
Change src/listings/PaperListingForm/index.tsx to align with unit_typ…
Browse files Browse the repository at this point in the history
…e related changes
  • Loading branch information
pbn4 committed Jul 14, 2021
1 parent a818b97 commit dc3f541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/partners/src/listings/PaperListingForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const ListingForm = ({ listing, editMode }: ListingFormProps) => {
return dueTime
}
units.forEach((unit) => {
switch (unit.unitType) {
switch (unit.unitType.name) {
case "threeBdrm":
unit.numBedrooms = 3
break
Expand Down

0 comments on commit dc3f541

Please sign in to comment.