Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 30, 2024
1 parent ffc0495 commit b94f6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@
:create='false'
/>
<template
:key='issue.id'
v-for='issue in serviceDate.issues'
v-else
:key='issue.id'
>
<h1 v-text='issueMap.get(issue) ? issueMap.get(issue).title : "No Title"' />
<TablerMarkdown :markdown='issueMap.get(issue) ? issueMap.get(issue).body : ""' />
Expand Down

0 comments on commit b94f6df

Please sign in to comment.