diff options
author | Zero~Informatique | 2020-09-11 21:37:07 +0200 |
---|---|---|
committer | G.Fouet | 2020-09-11 21:53:18 +0200 |
commit | 4cb4b6fb60aae4dcfb7fdb778c674ec315efde38 (patch) | |
tree | ae7129e20b0d3e7713b2025c61bcbefb5b15e778 /viewer/src/components | |
parent | 1e5a1a51d21d78a4a717e9434932be9da20d3115 (diff) | |
download | ldgallery-4cb4b6fb60aae4dcfb7fdb778c674ec315efde38.tar.gz |
viewer: PR #238 code review changes (3rd)
Diffstat (limited to 'viewer/src/components')
-rw-r--r-- | viewer/src/components/LdProposition.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/components/LdProposition.vue b/viewer/src/components/LdProposition.vue index abca8cd..aa44943 100644 --- a/viewer/src/components/LdProposition.vue +++ b/viewer/src/components/LdProposition.vue | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | <template> | 21 | <template> |
22 | <div class="proposition"> | 22 | <div class="proposition"> |
23 | <h2 v-if="showCategory && proposedTags.length" class="subtitle category">{{ title }}</h2> | 23 | <h2 v-if="showCategory && Object.keys(propositions).length" class="subtitle category">{{ title }}</h2> |
24 | <div v-for="proposed in proposedTags" :key="proposed.rawTag"> | 24 | <div v-for="proposed in proposedTags" :key="proposed.rawTag"> |
25 | <a | 25 | <a |
26 | class="operation-btns link" | 26 | class="operation-btns link" |