mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 04:33:50 +01:00
Improve readability
This commit is contained in:
parent
036f7f976a
commit
3bec23fce7
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user