Fix isLimited condition
This commit is contained in:
@@ -66,5 +66,5 @@ const createdAt = computed(() => {
|
||||
}
|
||||
})
|
||||
|
||||
const isLimited = computed(() => !props.comment.rawText)
|
||||
const isLimited = computed(() => !props.comment.text)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user