Skip to content

Commit

Permalink
Only show "Add Volunteer" link for past events
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Oct 23, 2023
1 parent 2ce9660 commit 46f9bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/EventAttendance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</p>
<hr />
<div>
<div class="d-flex justify-content-between">
<div class="d-flex justify-content-between" v-if="!upcoming">
<b-btn variant="link" @click="addVolunteer">
{{ __('events.add_volunteer_modal_heading') }}
</b-btn>
Expand Down

0 comments on commit 46f9bfd

Please sign in to comment.