Skip to content
Snippets Groups Projects
Commit 266752f7 authored by Yoshi5123's avatar Yoshi5123
Browse files

Fix display of goals in statistics tab

parent e5a09793
Branches
Tags
No related merge requests found
......@@ -124,7 +124,7 @@
<v-row v-for="(goal,index,key) in current_week[0].goals_categories" :key="key">
<v-col sm="8" offset-sm="2" class="pa-0">
<v-layout column>
<span v-if ="get_goal(goal.id)" v-text="goal.description"></span>
<span v-if ="get_goal(goal.id)" v-text="strings[goal.description]"></span>
</v-layout>
</v-col>
</v-row>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment