fix(files_sharing): remove condition on "Others with access"

The condition was checking shares.length to display the Others with
access component, but shares is filled only on expanding that section,
rendering the section never visible.

Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
This commit is contained in:
Salvatore Martire 2025-08-26 17:26:54 +02:00 committed by nextcloud-command
parent 7f31b6f298
commit 0d6e9f8410

View file

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