Kabelüberwachung: Anstatt Slot überall Steckplatz als Text verwenden

This commit is contained in:
ISA
2025-04-22 14:19:03 +02:00
parent f03b8ea6c8
commit b0c11160fc
4 changed files with 6 additions and 6 deletions

View File

@@ -107,8 +107,8 @@ const TDRChartActionBar: React.FC = () => {
{/* 🧩 Slot-Anzeige (1-basiert für Benutzer) */}
<div className="text-sm font-semibold">
{selectedSlot !== null
? `Slot ${selectedSlot + 1}`
: "Kein Slot gewählt"}
? `Steckplatz ${selectedSlot + 1}`
: "Kein Steckplatz gewählt"}
</div>
{/* ✅ Referenz setzen */}