mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 09:46:06 +02:00
Improve readability
This commit is contained in:
@@ -13,7 +13,7 @@ export default prop => ({
|
|||||||
},
|
},
|
||||||
|
|
||||||
$_ns_isRenote(): boolean {
|
$_ns_isRenote(): boolean {
|
||||||
return (this.$_ns_note_.renote &&
|
return (this.$_ns_note_.renote != null &&
|
||||||
this.$_ns_note_.text == null &&
|
this.$_ns_note_.text == null &&
|
||||||
this.$_ns_note_.fileIds.length == 0 &&
|
this.$_ns_note_.fileIds.length == 0 &&
|
||||||
this.$_ns_note_.poll == null);
|
this.$_ns_note_.poll == null);
|
||||||
|
|||||||
Reference in New Issue
Block a user