Skip to content

Commit

Permalink
remove duplicate inject-data
Browse files Browse the repository at this point in the history
  • Loading branch information
comus committed Feb 15, 2017
1 parent 5356c3b commit 1ef47e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nova-routing/lib/server/routing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Meteor.startup(() => {
htmlHook(req, res, dynamicHead, dynamicBody) {
const head = Helmet.rewind();
return {
dynamicHead: `${head.title}${head.meta}${head.link}${head.script}${dynamicHead}${res._injectHtml || ''}`,
dynamicHead: `${head.title}${head.meta}${head.link}${head.script}${dynamicHead}`,
dynamicBody,
};
},
Expand Down

0 comments on commit 1ef47e8

Please sign in to comment.