fix: convert strings with Swiss apostrophes (3'000, 2'500, 1'500) to template literals
This commit is contained in:
@@ -21,7 +21,7 @@ export const mockLatentNeeds: LatentNeed[] = [
|
||||
{ criterion: 'Standortprestige', weight: 0.25, description: 'Repräsentative Adresse für Kundenmeetings' },
|
||||
{ criterion: 'Flexibilität Grundriss', weight: 0.20, description: 'Open Space mit modularen Wänden' },
|
||||
{ criterion: 'ESG-Zertifizierung', weight: 0.15, description: 'Minergie oder vergleichbar' },
|
||||
{ criterion: 'Erweiterungspotenzial', weight: 0.15, description: 'Wachstum auf bis zu 1'500 m² möglich' },
|
||||
{ criterion: 'Erweiterungspotenzial', weight: 0.15, description: `Wachstum auf bis zu 1'500 m² möglich` },
|
||||
{ criterion: 'Nähe zu Restaurants', weight: 0.10 },
|
||||
],
|
||||
aiSummary:
|
||||
|
||||
Reference in New Issue
Block a user