fix:kein doppelte Chart Effekt in einem Modal
This commit is contained in:
@@ -33,7 +33,7 @@ const TDRChartActionBar: React.FC = () => {
|
||||
>
|
||||
Aktualisieren
|
||||
</button>
|
||||
{showChart && <TDRChart />}
|
||||
{showChart && null}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user