fix: Bugs während npm run build, meinstens war type

This commit is contained in:
ISA
2025-02-14 12:31:17 +01:00
parent 7523775edf
commit 0910a36371
4 changed files with 9 additions and 12 deletions

View File

@@ -435,13 +435,7 @@ const Kue705FO: React.FC<Kue705FOProps> = ({
<ChartSwitcher
isOpen={showChartModal}
onClose={handleCloseChartModal}
>
{activeButton === "Schleife" ? (
<LoopMeasurementChart />
) : (
<TDRChart />
)}
</ChartSwitcher>
/>
)}
</>
) : (