Skip to content

Commit 527184d

Browse files
authored
Merge branch 'master' into fix-bugs
2 parents e79b83e + 794c0e6 commit 527184d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/problem/list.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default {
6464
alive: true,
6565
ajax_url: apiurl('/problem/list'),
6666
limit: 50,
67-
showTags: false,
67+
showTags: this.$store.state.tags.displayTags,
6868
columns: [{
6969
name: 'score',
7070
label: 'Status',

0 commit comments

Comments
 (0)