Client Fixes (#8985)

* fix typos

* tasks created immediately

* fix page scroll when cancelling task edit

* fix cheklist editing + misc fixes to tasks modal

* remove console.log
This commit is contained in:
Matteo Pagliazzi
2017-08-24 16:48:52 +02:00
committed by GitHub
parent 2624b06729
commit 5c89451985
5 changed files with 13 additions and 8 deletions

View File

@@ -91,7 +91,7 @@ b-modal#profile(title="Profile", size='lg', :hide-footer="true")
.col-6
h2 Quests Completed
div(v-for='(value, key) in user.achievements.quests')
span {{ content.quests[k].text() }}
span {{ content.quests[key].text() }}
span {{ value }}
.standard-page(v-show='selectedPage === "stats"')
.row