nestiq-component-library 1.1.123 → 1.1.125
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -64,7 +64,7 @@ export default function MessagePopUp(props: PopupProps) {
|
|
|
64
64
|
/>
|
|
65
65
|
</div>
|
|
66
66
|
<div className="popUpHeader d-flex flex-column text-wrap mb-md-1 ">
|
|
67
|
-
Nachricht senden {props.userData
|
|
67
|
+
Nachricht senden {props.userData?.firstname} {props.userData?.lastname}
|
|
68
68
|
</div>
|
|
69
69
|
</div>
|
|
70
70
|
|
|
@@ -103,7 +103,7 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
103
103
|
console.warn("imageListRef is not set");
|
|
104
104
|
}
|
|
105
105
|
};
|
|
106
|
-
const boosted = "true";
|
|
106
|
+
// const boosted = "true";
|
|
107
107
|
|
|
108
108
|
return (
|
|
109
109
|
<div className="d-flex flex-row property-card">
|
|
@@ -157,9 +157,8 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
157
157
|
</div>
|
|
158
158
|
<div
|
|
159
159
|
className={
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
: "listing-compact d-flex flex-column col-6"
|
|
160
|
+
|
|
161
|
+
"listing-compact d-flex flex-column col-6"
|
|
163
162
|
}
|
|
164
163
|
>
|
|
165
164
|
<div className="d-flex flex-row justify-content-between gap-2">
|