Skip to content

Commit

Permalink
fixed click before v-if warning
Browse files Browse the repository at this point in the history
  • Loading branch information
githyuvi committed Mar 4, 2024
1 parent b8a88c7 commit 229a62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zimui/src/components/TopicHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ const goToPreviousPage = () => {
}"
>
<button
@click="goToPreviousPage"
v-if="hasParents()"
type="button"
class="btn back-button rounded-circle btn-secondary light"
@click="goToPreviousPage"
>
<FontAwesomeIcon
aria-label="Arrow Left icon"
Expand Down

0 comments on commit 229a62c

Please sign in to comment.