optional chaining
This commit is contained in:
parent
59f3ca65ca
commit
cf85b00c0a
26 changed files with 34 additions and 34 deletions
|
|
@ -231,7 +231,7 @@ const Timeline = {
|
|||
tag: this.tag,
|
||||
})
|
||||
.then(({ statuses }) => {
|
||||
if (statuses && statuses.length === 0) {
|
||||
if (statuses?.length === 0) {
|
||||
this.bottomedOut = true
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue