diff --git a/src/client/app/common/scripts/note-subscriber.ts b/src/client/app/common/scripts/note-subscriber.ts index 850c84a838f6..d2ecf65e7773 100644 --- a/src/client/app/common/scripts/note-subscriber.ts +++ b/src/client/app/common/scripts/note-subscriber.ts @@ -173,9 +173,9 @@ export default prop => ({ } case 'updated': { + Vue.set(this.$_ns_target, 'updatedAt', body.updatedAt); Vue.set(this.$_ns_target, 'cw', body.cw); Vue.set(this.$_ns_target, 'text', body.text); - Vue.set(this.$_ns_target, 'updatedAt', body.updatedAt); break; } }