Fix: Bindestrich in LTV-Kennzahl korrigiert
parent
23a06d6518
commit
76a060a563
|
|
@ -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: '30–35 %', page: 8, status: 'ok' }
|
{ label: 'LTV', value: '30-35 %', page: 8, status: 'ok' }
|
||||||
];
|
];
|
||||||
|
|
||||||
// React-Komponente
|
// React-Komponente
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue