Skip to content

Commit dbb2d26

Browse files
AllanKoderCopilot
andauthored
Update resources/js/Components/Resources/ResourceCard.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3482469 commit dbb2d26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/Components/Resources/ResourceCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ const emit = defineEmits(["upvote", "downvote"]);
163163
</template>
164164

165165
<template v-if="resource.general_tags?.length">
166-
166+
167167
{{ resource.general_tags.join(", ") }}
168168
</template>
169169
</span>

0 commit comments

Comments
 (0)