Skip to content

Commit

Permalink
remove stray g (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 authored Mar 31, 2023
1 parent e4c5bad commit c70fab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ArticleRecirculation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ onMounted(async () => {
>
<p>
{{ articleMd?.description }}
</p>g
</p>
<v-card-metadata
:article="articleMd"
@link-click="$event => card.trackClick($event)"
Expand Down

0 comments on commit c70fab9

Please sign in to comment.