From 298a50a4cd719fce7f2468316112b95312110ff4 Mon Sep 17 00:00:00 2001 From: Tom Hackshaw <42124348+et0and@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:23:38 +1200 Subject: [PATCH] Clean up --- keystatic.config.ts | 4 ++-- src/components/mdx.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/keystatic.config.ts b/keystatic.config.ts index 3c4ca87..f1fcff6 100644 --- a/keystatic.config.ts +++ b/keystatic.config.ts @@ -118,7 +118,7 @@ export default config({ { label: "Carousel Images", itemLabel: (props) => props.value?.filename || "Image", - } + }, ), }, }), @@ -212,7 +212,7 @@ export default config({ { label: "Carousel Images", itemLabel: (props) => props.value?.filename || "Image", - } + }, ), }, }), diff --git a/src/components/mdx.tsx b/src/components/mdx.tsx index 8f95c4a..3746df5 100644 --- a/src/components/mdx.tsx +++ b/src/components/mdx.tsx @@ -274,7 +274,7 @@ function createHeading(level: number) { className: "anchor", }), ], - children + children, ); }; }