feat: Only show show inherited shares section if present

Signed-off-by: nfebe <fenn25.fn@gmail.com>
This commit is contained in:
nfebe 2025-01-22 12:01:08 +01:00
parent 6f545828ac
commit afb8c4f071

View file

@ -4,7 +4,7 @@
-->
<template>
<ul id="sharing-inherited-shares">
<ul v-if="shares.length" id="sharing-inherited-shares">
<!-- Main collapsible entry -->
<SharingEntrySimple class="sharing-entry__inherited"
:title="mainTitle"