Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Fixed Proxy display in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Roelof Roos committed Jan 22, 2021
1 parent 80ad521 commit ec104e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/users/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'Stemrecht' => $user->is_voter,
'Machtigbaar' => $user->can_proxy,
'Heeft machtiging afgegeven' => $user->proxy !== null,
'Heeft machtiging van ander' => optional($user->proxy_for)->name ?? false,
'Heeft machtiging van ander' => optional($user->proxyFor)->name ?? false,
'Telraad' => $user->is_monitor,
'Aanwezig' => $user->is_present,
];
Expand Down

0 comments on commit ec104e0

Please sign in to comment.