Skip to content

Commit

Permalink
remove non-working difficulty tooltip (HabitRPG#9092)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alys authored and SabreCat committed Sep 28, 2017
1 parent 66750e7 commit 42e6f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/client/components/tasks/taskModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42e6f10

Please sign in to comment.