Skip to content

Commit

Permalink
Update src/components/NcEmptyContent/NcEmptyContent.vue
Browse files Browse the repository at this point in the history
Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: Jonas <47433654+jotoeri@users.noreply.github.com>
  • Loading branch information
jotoeri and skjnldsv authored Aug 23, 2022
1 parent 380a1a3 commit e6399f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/NcEmptyContent/NcEmptyContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@ export default {

hasDescription() {
return this.slots?.desc !== undefined
&& this.slots?.desc[0]?.text
},

hasAction() {
return this.slots.action !== undefined
},
},
}
Expand Down

0 comments on commit e6399f2

Please sign in to comment.