fix:kein doppelte Chart Effekt in einem Modal

This commit is contained in:
ISA
2025-02-14 10:41:53 +01:00
parent c1a2f6e311
commit d0c5c1c341
2 changed files with 3 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ const TDRChartActionBar: React.FC = () => {
>
Aktualisieren
</button>
{showChart && <TDRChart />}
{showChart && null}
</div>
);
};