Skip to content

Commit

Permalink
change tag after edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobasco99 committed May 3, 2023
1 parent 802f2a8 commit 5073f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RequirementCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="title">{{ name }}</div>
</router-link>
</div>
<div id="tags" v-for="tag in tagList" :key="tag.id">
<div id="tags" v-for="tag in tags" :key="tag.id">
<Badge :style="{ background: tag.colour }" :value=tag.name></Badge>
</div>

Expand Down

0 comments on commit 5073f69

Please sign in to comment.