From a2865728619a0dad493e0e95f990fef843a32123 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 15 Feb 2018 18:01:10 -0200 Subject: [PATCH] Lint --- app/presentation/RoomItem.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/presentation/RoomItem.js b/app/presentation/RoomItem.js index cd590939b..6a702530b 100644 --- a/app/presentation/RoomItem.js +++ b/app/presentation/RoomItem.js @@ -8,7 +8,6 @@ import SimpleMarkdown from 'simple-markdown'; import Avatar from '../containers/Avatar'; import Touch from '../utils/touch/index'; //eslint-disable-line -import CustomEmoji from '../containers/EmojiPicker/CustomEmoji'; import Markdown from '../containers/message/Markdown'; const styles = StyleSheet.create({ @@ -101,7 +100,7 @@ const customRules = { parse: capture => ({ content: capture[0] }), react: node => node.content } -} +}; const renderNumber = (unread, userMentions) => { if (!unread || unread <= 0) {