diff --git a/src/client/app/common/scripts/note-subscriber.ts b/src/client/app/common/scripts/note-subscriber.ts index 6c994aa9b..4315f1a02 100644 --- a/src/client/app/common/scripts/note-subscriber.ts +++ b/src/client/app/common/scripts/note-subscriber.ts @@ -20,7 +20,7 @@ export default prop => ({ }, $_ns_target(): any { - return this._ns_isRenote ? this.$_ns_note_.renote : this.$_ns_note_; + return this.$_ns_isRenote ? this.$_ns_note_.renote : this.$_ns_note_; }, },