Skip to content

Commit

Permalink
#327 - handy calendar tweaks (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrewak authored Apr 12, 2024
1 parent 350034e commit 6a9a8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/VacationRequest/Show.vue
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ defineProps({
</div>
</div>
<div
v-if="(auth.can.manageRequestsAsAdministrativeApprover || request.can.manageRequestsAsTechnicalApprover) && request.state !== 'cancelled'"
v-if="(auth.can.manageRequestsAsAdministrativeApprover || auth.can.manageRequestsAsTechnicalApprover) && request.state !== 'cancelled'"
class="bg-white shadow-md"
>
<div class="py-5 px-4 sm:px-6">
Expand Down

0 comments on commit 6a9a8a3

Please sign in to comment.