forked from FoundKeyGang/FoundKey
Improve readability
This commit is contained in:
parent
4455a1aa9d
commit
51d8de2c38
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export default prop => ({
|
|||
},
|
||||
|
||||
$_ns_isRenote(): boolean {
|
||||
return (this.$_ns_note_.renote &&
|
||||
return (this.$_ns_note_.renote != null &&
|
||||
this.$_ns_note_.text == null &&
|
||||
this.$_ns_note_.fileIds.length == 0 &&
|
||||
this.$_ns_note_.poll == null);
|
||||
|
|
Loading…
Reference in a new issue