BUG: Menue showing in claims in personal mode
This commit is contained in:
parent
d9fb9dd758
commit
cc51afadb3
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class _PatientClaimOrStatementState extends State<PatientClaimOrStatement> {
|
|||
],
|
||||
),
|
||||
Visibility(
|
||||
visible: patientManagerProvider.personalMode,
|
||||
visible: !patientManagerProvider.personalMode,
|
||||
child: Positioned(
|
||||
right: 10,
|
||||
bottom: 10,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue