From 328b7be2260155d1430a3f78cd5b5ccecb201c96 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Thu, 10 Aug 2017 20:26:59 -0300 Subject: [PATCH] Fix ESLint --- app/lib/realm.js | 1 + app/views/roomsList.js | 4 +--- app/views/serverList.js | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/lib/realm.js b/app/lib/realm.js index af6e717d7..62c90dac4 100644 --- a/app/lib/realm.js +++ b/app/lib/realm.js @@ -86,4 +86,5 @@ realm.write(() => { // realm.create('servers', { id: 'https://demo.rocket.chat', current: false }, true); // realm.create('servers', { id: 'http://localhost:3000', current: false }, true); + // realm.create('servers', { id: 'http://10.0.2.2:3000', current: false }, true); }); diff --git a/app/views/roomsList.js b/app/views/roomsList.js index 5c8739390..07af52140 100644 --- a/app/views/roomsList.js +++ b/app/views/roomsList.js @@ -44,9 +44,7 @@ const styles = StyleSheet.create({ color: 'white' }, searchBoxView: { - // borderBottomWidth: 1, - // borderBottomColor: - backgroundColor: '#eee', + backgroundColor: '#eee' }, searchBox: { backgroundColor: '#fff', diff --git a/app/views/serverList.js b/app/views/serverList.js index a149a6f48..cadbd75ba 100644 --- a/app/views/serverList.js +++ b/app/views/serverList.js @@ -27,7 +27,6 @@ const styles = StyleSheet.create({ }, listItem: { lineHeight: 18, - borderTopWidth: 2, color: '#666', padding: 14 },