1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 15:36:06 +02:00
This commit is contained in:
syuilo
2018-10-09 01:33:31 +09:00
parent 040d395ddb
commit 4455a1aa9d

View File

@@ -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_;
},
},