BUG: Menue showing in claims in personal mode

This commit is contained in:
2025-11-03 09:25:16 +02:00
parent 6a5b4f7f4b
commit bcff545dd7

View File

@@ -55,7 +55,7 @@ class _PatientClaimOrStatementState extends State<PatientClaimOrStatement> {
],
),
Visibility(
visible: patientManagerProvider.personalMode,
visible: !patientManagerProvider.personalMode,
child: Positioned(
right: 10,
bottom: 10,