File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/frontend/src/pages Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export const ParkingSpaceInfo = (props: { listingId: number }) => {
8080 < Typography > Område</ Typography >
8181 < Box >
8282 < Typography fontWeight = "bold" >
83- { parkingSpaceListing . rentalObject . restidentalAreaCaption }
83+ { parkingSpaceListing . rentalObject . residentialAreaCaption }
8484 </ Typography >
8585 </ Box >
8686 </ Box >
Original file line number Diff line number Diff line change @@ -290,11 +290,11 @@ const getColumns = (
290290 valueGetter : ( params ) => params . row . rentalObject ?. districtCaption ?? '' ,
291291 } ,
292292 {
293- field : 'restidentalAreaCaption ' ,
293+ field : 'residentialAreaCaption ' ,
294294 headerName : 'Område' ,
295295 ...sharedColumnProps ,
296296 valueGetter : ( params ) =>
297- params . row . rentalObject ?. restidentalAreaCaption ?? '' ,
297+ params . row . rentalObject ?. residentialAreaCaption ?? '' ,
298298 } ,
299299 {
300300 field : 'objectTypeCaption' ,
You can’t perform that action at this time.
0 commit comments