Merge branch '1188-Delete_teaser_image' of https://github.com/Human-Connection/Human-Connection into 1188-Delete_teaser_image

This commit is contained in:
ogerly 2020-01-06 11:07:46 +01:00
commit af760c17ea

View File

@ -204,7 +204,7 @@ export default {
users: [], users: [],
contentMin: 3, contentMin: 3,
hashtags: [], hashtags: [],
showDeleteButton: this.contribution ? this.contribution.image : false, showDeleteButton: !!this.contribution,
elem: null, elem: null,
} }
}, },