Skip to content

Commit 23c1fac

Browse files
committed
Resolve merge conflict
2 parents 3d66252 + 2828319 commit 23c1fac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/LicenseDetailsCard.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
>
4141
{{ $t(`license-details-card.caption.${item}`) }}
4242
</span>
43+
<span
44+
v-if="item === 'nc'"
45+
class="description-caption caption"
46+
>
47+
{{ $t(`license-details-card.caption.${item}`) }}
48+
</span>
4349
</li>
4450
</transition-group>
4551
</ul>

0 commit comments

Comments
 (0)