Skip to content

Commit

Permalink
Run prettier for fixtures/ssr/src/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sompylasar committed Feb 18, 2018
1 parent 8aca686 commit 295df4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/ssr/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import {hydrate} from 'react-dom';
import App from './components/App';

// No host:port and #hash (fragment identifier) components in the `url` to match the server-side value.
const url = (window.location.pathname + window.location.search);
const url = window.location.pathname + window.location.search;
hydrate(<App assets={window.assetManifest} url={url} />, document);

0 comments on commit 295df4c

Please sign in to comment.