Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: absidue <48293849+absidue@users.noreply.github.com>
  • Loading branch information
ChunkyProgrammer and absidue committed Aug 29, 2024
1 parent 20059f9 commit 260bdf5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/renderer/components/ft-community-post/ft-community-post.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,14 @@
:icon="['fas', 'comment']"
/> {{ commentCount }}</span>
</router-link>
<template
<span
v-else
class="commentCount"
>
<span class="commentCount">
<font-awesome-icon
class="comment-count-icon"
:icon="['fas', 'comment']"
/> {{ commentCount }}</span>
</template>
<font-awesome-icon
class="comment-count-icon"
:icon="['fas', 'comment']"
/> {{ commentCount }}</span>
</div>
</div>
</template>
Expand Down
1 change: 1 addition & 0 deletions src/renderer/views/Post/Post.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
</template>
</div>
</template>

<script src="./Post.js" />

0 comments on commit 260bdf5

Please sign in to comment.