From 5fbd76f242cc02c8749b00604d8b2ec6ccc40a99 Mon Sep 17 00:00:00 2001 From: Steve Seear Date: Fri, 12 Feb 2016 13:42:04 +0000 Subject: [PATCH] Whitespace --- client/boot/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/boot/index.js b/client/boot/index.js index 39c661a224270..2fd3301bc8a1d 100644 --- a/client/boot/index.js +++ b/client/boot/index.js @@ -197,7 +197,6 @@ function reduxStoreReady( reduxStore ) { .map( r => ( Object.assign( {}, r, { match: r.path.partialMatch( window.location.pathname ) } ) ) ) .filter( r => r.match !== null ); - if ( matchedRoutes.length ) { props = { routeName: matchedRoutes[0].name, match: matchedRoutes[0].match }; Layout = require( 'layout/logged-out-design' );