mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-09 06:42:39 +01:00
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…
Add table
Reference in a new issue