Skip to content

Commit

Permalink
fix: type-test error
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiebke Freitag committed Nov 22, 2023
1 parent 10420bf commit 73af152
Show file tree
Hide file tree
Showing 3 changed files with 1,429 additions and 1,416 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"prettier": "^2.8.8",
"serve": "^14.2.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"typescript": "^5.3.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,md}": [
Expand Down
2 changes: 0 additions & 2 deletions src/components/content/rich-text/rich-text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ export const ContentfulRichText = ({ data }: ContentfulRichTextProps) => {
customComponents.h5({ children }),
[BLOCKS.HEADING_6]: (props, children) =>
customComponents.h6({ children }),
[BLOCKS.HEADING_6]: (props, children) =>
customComponents.h6({ children }),
[BLOCKS.OL_LIST]: (props, children) => customComponents.ol({ children }),
[BLOCKS.UL_LIST]: (props, children) => customComponents.ul({ children }),
[BLOCKS.QUOTE]: (props, children) =>
Expand Down
Loading

0 comments on commit 73af152

Please sign in to comment.