use textref header for textprod with title

This commit is contained in:
Axolotle
2021-11-22 10:35:32 +01:00
parent 56c6c8f2e7
commit cf441ecfab
4 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export default {
},
computed: {
...mapGetters(['visited']),
...mapGetters(['visited'])
},
methods: {
+1 -1
View File
@@ -41,7 +41,7 @@
active hovered
@click="onNodeClick(activeNode.data)"
>
<template v-if="activeNode.data.type === 'prod'">
<template v-if="activeNode.data.type === 'prod' && !(activeNode.data.preTitle || activeNode.data.italTitle)">
{{ $t('variants.' + activeNode.data.variant) }}<br>
</template>