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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {