Skip to content

Commit ca7acf1

Browse files
authored
Added back <BasePageProps> in networks.tsx
1 parent d60fdea commit ca7acf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/layer-2/networks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export const getStaticProps = (async ({ locale }) => {
130130
},
131131
},
132132
}
133-
}) satisfies GetStaticProps
133+
}) satisfies GetStaticProps<BasePageProps>
134134

135135
const Layer2Networks = ({ layer2Data, locale, mainnetData }) => {
136136
const { pathname } = useRouter()

0 commit comments

Comments
 (0)