Fix: Bindestrich in LTV-Kennzahl korrigiert

pull/46/head
Abdulrahman Dabbagh 2025-06-02 11:10:36 +02:00
parent 23a06d6518
commit 76a060a563
1 changed files with 2 additions and 1 deletions

View File

@ -9,12 +9,13 @@ import {
import EditIcon from '@mui/icons-material/Edit'; import EditIcon from '@mui/icons-material/Edit';
import { useState } from 'react'; import { useState } from 'react';
// Beispiel-Daten // Beispiel-Daten
const exampleData = [ const exampleData = [
{ label: 'Fondsname', value: 'Fund Real Estate Prime Europe', page: 1, status: 'ok' }, { label: 'Fondsname', value: 'Fund Real Estate Prime Europe', page: 1, status: 'ok' },
{ label: 'Fondsmanager', value: '', page: 1, status: 'error' }, { label: 'Fondsmanager', value: '', page: 1, status: 'error' },
{ label: 'Risikoprofil', value: 'Core/Core+', page: 10, status: 'warning' }, { label: 'Risikoprofil', value: 'Core/Core+', page: 10, status: 'warning' },
{ label: 'LTV', value: '3035 %', page: 8, status: 'ok' } { label: 'LTV', value: '30-35 %', page: 8, status: 'ok' }
]; ];
// React-Komponente // React-Komponente