Fixed else-if in description
[ci skip]
This commit is contained in:
parent
86ab9edbb2
commit
f53d703f44
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
v-else-if="descriptionHtml"
|
v-if="descriptionHtml"
|
||||||
class="description"
|
class="description"
|
||||||
:class="{
|
:class="{
|
||||||
'js-task-list-container': canUpdate
|
'js-task-list-container': canUpdate
|
||||||
|
|
Loading…
Reference in a new issue