fix: not show Share with a Deck card for unauthorized users

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2025-06-09 12:25:51 +02:00
parent 02afc218ff
commit e21c82b38e

View File

@@ -42,5 +42,7 @@ export default {
})
},
condition: self => true,
condition: self => {
return !!OC.appswebroots.deck
},
}