diff --git a/src/components/submission/feed-entry.vue b/src/components/submission/feed-entry.vue index f92561c6a..f2bc6ecdc 100644 --- a/src/components/submission/feed-entry.vue +++ b/src/components/submission/feed-entry.vue @@ -47,16 +47,14 @@ except according to the terms contained in the LICENSE file. @@ -65,16 +63,14 @@ except according to the terms contained in the LICENSE file. @@ -151,6 +147,9 @@ export default { ? this.entry.details.reviewState : 'edited'; }, + entityDetails() { + return this.entry.details.entity; + }, comment() { return this.entry.notes != null ? this.entry.notes : this.entry.body; },