Skip to content

Commit

Permalink
fix: listing preview page fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ludtkemorgan committed Mar 14, 2024
1 parent e1a7566 commit aed3e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/public/src/pages/preview/listings/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export async function getServerSideProps(context: { params: Record<string, strin
listing: response.data,
// There's nothing missing from the listing jurisdiction that
// requires another call to the jurisdiction endpoint
jurisdiction: response.data.jurisdiction,
jurisdiction: response.data.jurisdictions,
googleMapsApiKey: runtimeConfig.getGoogleMapsApiKey(),
},
}
Expand Down

0 comments on commit aed3e80

Please sign in to comment.