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
}
}