Fix wrong closing brace

This commit is contained in:
Iván Ovejero
2021-12-03 09:49:48 +01:00
parent 6d4effc5fc
commit 699554d603

View File

@@ -61,7 +61,9 @@
<p>
{{ nodeTitle }}
</p>
<p v-if="data.disabled">({{ $baseText('node.disabled') }}}</p>
<p v-if="data.disabled">
({{ $baseText('node.disabled') }})
</p>
</div>
<div v-if="nodeSubtitle !== undefined" class="node-subtitle" :title="nodeSubtitle">
{{ nodeSubtitle }}