Adding more locations.

This commit is contained in:
2022-10-15 21:55:24 +02:00
parent a8e944534a
commit ba3a6d532b
3 changed files with 29 additions and 1 deletions

View File

@ -21,7 +21,6 @@ export default class Item {
this.meters = this._extractMeters();
this.priceMeter = this._extractPriceMeter();
this.additionalInfo = this._extractAdditionalInfo();
this.hasGarage = this._extractGarage();
this.hasLift = this._extractLift();