We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ede1239 + 49a0376 commit 6c1cfbeCopy full SHA for 6c1cfbe
packages/property-tree/src/components/residence/ResidenceBasicInfo.tsx
@@ -34,6 +34,10 @@ export const ResidenceBasicInfo = ({ residence }: ResidenceBasicInfoProps) => {
34
<div
35
className={`grid ${isMobile ? 'grid-cols-1 gap-y-4' : 'grid-cols-2 md:grid-cols-3 gap-4'}`}
36
>
37
+ <div>
38
+ <p className="text-sm text-muted-foreground">Adress</p>
39
+ <p className="font-medium">{residence.name}</p>
40
+ </div>
41
<div>
42
<p className="text-sm text-muted-foreground">Hyresobjektstyp</p>
43
<p className="font-medium">
0 commit comments