forked from AkkomaGang/akkoma-fe
whoops lint
This commit is contained in:
parent
c6798864d4
commit
7061675e96
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ const PostStatusForm = {
|
||||||
this.newStatus.status = '\u200b' // hack
|
this.newStatus.status = '\u200b' // hack
|
||||||
} else {
|
} else {
|
||||||
this.error = 'Cannot post an empty status with no files'
|
this.error = 'Cannot post an empty status with no files'
|
||||||
return;
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue