From 6e84396e82789259be49f9fd063e3b90696caaf3 Mon Sep 17 00:00:00 2001 From: Naveed Ahmad Date: Fri, 5 May 2017 00:50:39 +0500 Subject: [PATCH] :@ --- src/utils/routeFilters.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/routeFilters.js b/src/utils/routeFilters.js index 8c250e17f..f566af293 100644 --- a/src/utils/routeFilters.js +++ b/src/utils/routeFilters.js @@ -1,6 +1,5 @@ export default function isValidSurah(nextState, replaceState) { const chapterId = parseInt(nextState.params.chapterId, 10); - if (__CLIENT__) window.s = nextState; if (isNaN(chapterId) || chapterId > 114 || chapterId < 1) { replaceState('/error/invalid-surah'); }