Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
chore(component): remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Argsfried committed Dec 9, 2022
1 parent 8effdf5 commit 442f91d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/comment/multiviewer/viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,6 @@ const mayVote = computed<boolean>(() => {
return !hasNotLoaded && mayVoteComment.value && hasRenewedVote.value
})
const unusedVoteCount = computed<number>(() => {
if (isUndefined(props.modelValue.meta)) return 0
return props.modelValue.meta.upvoteCount - props.modelValue.meta.downvoteCount
})
const upvoteCountFetch = computed<number>(() => {
if (isUndefined(props.modelValue.meta)) return 0
return props.modelValue.meta.upvoteCount
Expand Down

0 comments on commit 442f91d

Please sign in to comment.