From be24d92278b67f31a62a80a97adbf11606c53b7c Mon Sep 17 00:00:00 2001 From: abiodun0 Date: Thu, 16 Jun 2016 00:55:52 +0100 Subject: [PATCH] more fixes #248 --- src/containers/Error/index.js | 6 +++--- src/containers/Home/index.js | 8 -------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/src/containers/Error/index.js b/src/containers/Error/index.js index fdc736c66..73678dd1e 100644 --- a/src/containers/Error/index.js +++ b/src/containers/Error/index.js @@ -7,8 +7,8 @@ export default ({params}) => { const error = { 'invalid-surah': 'Surah is out of range', 'invalid-ayah-range': 'Ayah(s) selected are out of range' - } - return ( + }; + return (
@@ -16,7 +16,7 @@ export default ({params}) => {

- {error[params.errorKey]}. Please go to the home page and select a surah/Ayah + {error[params.errorKey]}. Please go to the home page and select a Surah/Ayah

diff --git a/src/containers/Home/index.js b/src/containers/Home/index.js index e0d04d8d8..78aa98da2 100644 --- a/src/containers/Home/index.js +++ b/src/containers/Home/index.js @@ -141,14 +141,6 @@ class Home extends React.Component { Ayat Al-Kursi -
  • - - Random Links - -
  • );