Skip to content

Commit

Permalink
Display subcategories section name
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Dec 16, 2024
1 parent 597d9ca commit d3041ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/forum/section.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<vue-icon name="categorySectionFold" v-else/>
{{ name }}
</span>
<template v-else v-text="name"/>
<template v-else>{{name}}</template>
</h2>

<div
Expand Down

0 comments on commit d3041ea

Please sign in to comment.