nestiq-component-library 1.1.124 → 1.1.126
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
|
@@ -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">
|
|
@@ -155,13 +155,7 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
155
155
|
</div>
|
|
156
156
|
</div>
|
|
157
157
|
</div>
|
|
158
|
-
<div
|
|
159
|
-
className={
|
|
160
|
-
boosted === "true"
|
|
161
|
-
? "listing-compacts d-flex flex-column col-6"
|
|
162
|
-
: "listing-compact d-flex flex-column col-6"
|
|
163
|
-
}
|
|
164
|
-
>
|
|
158
|
+
<div className={"listing-compact d-flex flex-column col-6"}>
|
|
165
159
|
<div className="d-flex flex-row justify-content-between gap-2">
|
|
166
160
|
<span
|
|
167
161
|
className="propertyTitle align-items-start "
|
|
@@ -286,9 +280,8 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
286
280
|
<img src={immooly} alt="Logo" className="immooly" />
|
|
287
281
|
</div>
|
|
288
282
|
<div className="d-flex flex-column flex-lg-row justify-content-between">
|
|
289
|
-
<span className="d-flex col-5">
|
|
290
|
-
|
|
291
|
-
</span>
|
|
283
|
+
<span className="d-flex col-5">Herr Florian Gauss</span>
|
|
284
|
+
<span>Immogart UGh</span>
|
|
292
285
|
<button
|
|
293
286
|
className="kontactbutton text-light "
|
|
294
287
|
onClick={handleMessagPopUp}
|