Skip to content

Commit 28825c6

Browse files
Fix invalid prop name '0' and its SSR issue 🤦‍♂️ 😄
1 parent 0992222 commit 28825c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/terms.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import texts from 'texts/legal'
88
import Title from 'components/title'
99
import { Section, Heading } from 'components/content'
1010

11-
const TermsPage = ({ className }, ...restProps) => (
11+
const TermsPage = ({ className, ...restProps }) => (
1212
<main
1313
className={classNames.use(className, styles.page, styles.enumerated)}
1414
lang="en-GB"

0 commit comments

Comments
 (0)