nestiq-component-library 1.1.122 → 1.1.124

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.
@@ -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.firstname} {props.userData.lastname}
67
+ Nachricht senden {props.userData?.firstname} {props.userData?.lastname}
68
68
  </div>
69
69
  </div>
70
70
 
@@ -157,7 +157,7 @@ export default function PropertyCard(props: PopupProps) {
157
157
  </div>
158
158
  <div
159
159
  className={
160
- !boosted
160
+ boosted === "true"
161
161
  ? "listing-compacts d-flex flex-column col-6"
162
162
  : "listing-compact d-flex flex-column col-6"
163
163
  }