Skip to content

Commit

Permalink
fix: remove dangling apostrophe (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilR8 authored Oct 9, 2024
1 parent e1aae0f commit 897c6a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ const currentPageResultsRange = getCurrentPageResultsRange({
<a
v-if="hasEditableJobCode && doc.id"
class="edit-button"
:href="`${apiUrl}resources/${doc.id}/edit'`"
:href="`${apiUrl}resources/${doc.id}/edit`"
>
Edit
<i class="fas fa-edit"></i>
Expand Down

0 comments on commit 897c6a0

Please sign in to comment.