fix: convert strings with Swiss apostrophes (3'000, 2'500, 1'500) to template literals

This commit is contained in:
Benjamin Sutter
2026-05-19 20:09:54 +02:00
parent 18a7f146b0
commit 7cda66f98a
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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: