fixes: Showing vue warning in the console (#4152)

* fixes: Showing vue warn with PR#4100

* Minor fixes
This commit is contained in:
Sivin Varghese
2022-03-10 22:06:59 +05:30
committed by GitHub
parent 3c3b6f90c7
commit 619441ce1c

View File

@@ -217,10 +217,10 @@ export default {
return this.data.sender || {};
},
storySender() {
return this.contentAttributes.story_sender || {};
return this.contentAttributes.story_sender || null;
},
storyId() {
return this.contentAttributes.story_id || {};
return this.contentAttributes.story_id || null;
},
contentType() {
const {