feat: KVZ Button für User sichtbar wenn aktiviert ist

This commit is contained in:
ISA
2025-09-10 08:42:28 +02:00
parent f43ddccc46
commit 77f14313ae
10 changed files with 219 additions and 27 deletions

View File

@@ -165,7 +165,10 @@ const KVZChartView: React.FC<KVZChartViewProps> = ({
Anzeigen
</button>
</div>
<div className="flex items-center justify-end" style={{ width: "12rem" }}>
<div
className="flex items-center justify-end"
style={{ width: "12rem" }}
>
<FallSensors slotIndex={slotIndex} />
</div>
</div>