From 7061675e9664e49278758f1bfa022b8b07fe3053 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Thu, 24 Aug 2017 16:25:26 +0300 Subject: [PATCH] whoops lint --- src/components/post_status_form/post_status_form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }