diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-08-24 16:25:26 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-08-24 16:25:26 +0300 |
| commit | 7061675e9664e49278758f1bfa022b8b07fe3053 (patch) | |
| tree | e495e83863b7a91f69e3ba1aefe3f4c89d4261a8 /src | |
| parent | c6798864d4d8be821e4393ce0ca95b01f8ea7f5b (diff) | |
whoops lint
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index d028b9ec..86bf2fa7 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -94,7 +94,7 @@ const PostStatusForm = { this.newStatus.status = '\u200b' // hack } else { this.error = 'Cannot post an empty status with no files' - return; + return } } |
