Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
seear committed Feb 12, 2016
1 parent cd4f430 commit 5fbd76f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/boot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand Down

0 comments on commit 5fbd76f

Please sign in to comment.