featuer change for calendar

This commit is contained in:
Matthias Hochmeister
2026-03-03 09:56:35 +01:00
parent 232d8aa872
commit 831927ae90
2 changed files with 4 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ const PersonalWarningsBanner: React.FC<PersonalWarningsBannerProps> = ({ user: _
// ── No atemschutz record for this user ─────────────────────────────────────
if (\!record) return null;
if (!record) return null;
// ── Build warnings list ────────────────────────────────────────────────────