Skip to content

Commit

Permalink
fix: remove semicolon from HTML output (#6936)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Mar 18, 2022
1 parent a1d333e commit 74e37e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function ComponentCreator(
// Is there any way to put this RouteContextProvider upper in the tree?
return (
<RouteContextProvider value={routeContextModule}>
<Component {...loadedModules} {...props} />;
<Component {...loadedModules} {...props} />
</RouteContextProvider>
);
},
Expand Down

0 comments on commit 74e37e8

Please sign in to comment.