Skip to content

Commit ea52127

Browse files
Fix missing null type for nextjs/Scripts.tsx
1 parent 80bd186 commit ea52127

File tree

1 file changed

+1
-1
lines changed
  • packages/create-sitecore-jss/src/templates/nextjs/src

1 file changed

+1
-1
lines changed

packages/create-sitecore-jss/src/templates/nextjs/src/Scripts.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const Scripts = (): JSX.Element => {
1+
const Scripts = (): JSX.Element | null => {
22
return null;
33
};
44

0 commit comments

Comments
 (0)