1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-06-08 09:19:13 +08:00

whoops lint

This commit is contained in:
Shpuld Shpuldson 2017-08-24 16:25:26 +03:00
parent c6798864d4
commit 7061675e96

View file

@ -94,7 +94,7 @@ const PostStatusForm = {
this.newStatus.status = '\u200b' // hack
} else {
this.error = 'Cannot post an empty status with no files'
return;
return
}
}