diff --git a/src/components/NcEmptyContent/NcEmptyContent.vue b/src/components/NcEmptyContent/NcEmptyContent.vue index d41c4a6152..454b0b64d0 100644 --- a/src/components/NcEmptyContent/NcEmptyContent.vue +++ b/src/components/NcEmptyContent/NcEmptyContent.vue @@ -103,7 +103,6 @@ export default { hasDescription() { return this.slots?.desc !== undefined - && this.slots?.desc[0]?.text }, }, }