Update IssueItem.vue

This commit is contained in:
Muhsin Keloth
2024-05-17 16:49:22 +05:30
parent 480888e115
commit d7e7e4d8c9
@@ -95,7 +95,7 @@ const openIssue = () => {
<span class="mt-2 text-sm font-medium text-ash-900"> <span class="mt-2 text-sm font-medium text-ash-900">
{{ issue.title }} {{ issue.title }}
</span> </span>
<span class="mt-1 text-sm text-ash-800"> <span v-if="issue.description" class="mt-1 text-sm text-ash-800">
{{ {{
issue.description.length > 130 issue.description.length > 130
? issue.description.slice(0, 130) + '...' ? issue.description.slice(0, 130) + '...'