mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
remove non-working difficulty tooltip (#9092)
This commit is contained in:
parent
66750e77d1
commit
42e6f10b08
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
template(v-if="task.type !== 'reward'")
|
||||
label(v-once)
|
||||
span.float-left {{ $t('difficulty') }}
|
||||
.svg-icon.info-icon(v-html="icons.information")
|
||||
// @TODO .svg-icon.info-icon(v-html="icons.information")
|
||||
.d-flex.justify-content-center
|
||||
.option-item(:class="optionClass(task.priority === 0.1)", @click="task.priority = 0.1")
|
||||
.option-item-box
|
||||
|
|
|
|||
Loading…
Reference in a new issue