Skip to content

Commit

Permalink
chore: deal with lint
Browse files Browse the repository at this point in the history
  • Loading branch information
answershuto committed Nov 21, 2023
1 parent 3fceed4 commit 29b5f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/src/Document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const Scripts: ScriptsType = (props: ScriptsProps) => {
});

// Collect scripts.
pushRenderAssets(routeScripts);
pushRenderAssets(routeScripts.map(routeScriptProps => routeScriptProps.src));
pushRenderAssets(scripts);

return (
Expand Down

0 comments on commit 29b5f5b

Please sign in to comment.