Skip to content

Commit

Permalink
small lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed May 27, 2024
1 parent 145fa78 commit 1d33cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/advanced-search/advanced-search-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
v-for="(applicant, index) in item.applicants"
:key="`applicant-${index}`"
>
{{ applicant.lastName }}, {{ applicant.firstName }} {{applicant.middleName}}
{{ applicant.lastName }}, {{ applicant.firstName }} {{ applicant.middleName }}
</span>
</td>
<td>
Expand Down

0 comments on commit 1d33cf3

Please sign in to comment.