Feat: Fenster nicht schließen für Firmware Update

This commit is contained in:
ISA
2025-07-24 12:15:50 +02:00
parent b7ff3b07cd
commit c1f6c19fdf
14 changed files with 27 additions and 28 deletions

View File

@@ -106,9 +106,7 @@ const TDRChartActionBar: React.FC = () => {
<div className="flex justify-between items-center p-2 bg-gray-100 rounded-lg space-x-4">
{/* 🧩 Slot-Anzeige (1-basiert für Benutzer) */}
<div className="text-sm font-semibold">
{selectedSlot !== null
? `Steckplatz ${selectedSlot + 1}`
: "Kein Steckplatz gewählt"}
{selectedSlot !== null ? `${selectedSlot + 1}` : "Kein KÜ gewählt"}
</div>
{/* ✅ Referenz setzen */}