diff options
Diffstat (limited to 'src/client/app/common/scripts')
| -rw-r--r-- | src/client/app/common/scripts/note-subscriber.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/note-subscriber.ts b/src/client/app/common/scripts/note-subscriber.ts index 6c994aa9bc..4315f1a023 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_; }, }, |