Skip to content

Commit

Permalink
Merge pull request #59 from Connected-Places/bug/sc-3999/updating-vie…
Browse files Browse the repository at this point in the history
…wing-service-locations-is-hanging

Fixed typo in service-locations/Show.vue
appsol authored Mar 14, 2024

Verified

This commit was signed with the committer’s verified signature.
2 parents 73bc4d8 + 5def680 commit d2e8058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/service-locations/Show.vue
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@

<service-location-details :service-location="serviceLocation" />

<template v-if="auth.isServiceAdmin(serviceLocation.service.id)">
<template v-if="auth.isServiceAdmin(serviceLocation.service_id)">
<gov-body
>Please be certain of the action before deleting a service
location</gov-body
@@ -41,7 +41,7 @@
</template>
</gov-grid-column>
<gov-grid-column
v-if="auth.isServiceAdmin(serviceLocation.service.id)"
v-if="auth.isServiceAdmin(serviceLocation.service_id)"
width="one-third"
class="text-right"
>

0 comments on commit d2e8058

Please sign in to comment.