Fondsname added with dynamic changes.

pull/107/head
s8613 2025-06-26 20:54:49 +02:00
parent 6fef07ac86
commit 019e10d5b8
1 changed files with 5 additions and 1 deletions

View File

@ -50,6 +50,8 @@ function ExtractedResultsPage() {
const { data: kpi } = useSuspenseQuery(kpiQueryOptions(pitchBook));
const { data: settings } = useSuspenseQuery(settingsQueryOptions());
const fundName = kpi["FONDSNAME"]?.[0]?.entity;
const status = useMemo(() => {
let hasRedBorders = false;
let hasYellowBorders = false;
@ -158,7 +160,9 @@ function ExtractedResultsPage() {
}}
/>
<Typography variant="h5" gutterBottom>
<strong>Extrahierte Kennzahlen</strong>
<strong>
{fundName ? `Kennzahlen extrahiert aus: ${fundName}` : "Extrahierte Kennzahlen"}
</strong>
</Typography>
</Box>
<Box