Skip to content

Commit

Permalink
fix(client): fix wordLimit display, fix #490
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Aug 24, 2021
1 parent 55d4b31 commit 84e1543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/components/CommentBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
 / 
<span
:class="{ illegal: !isWordNumberLegal }"
v-text="textLimit"
v-text="wordLimit"
/>
</span>

Expand Down

0 comments on commit 84e1543

Please sign in to comment.