Skip to content

Commit

Permalink
fix biome errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiOlajide committed Jul 31, 2024
1 parent 6ae04ed commit eb6192a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/content/contentPages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ export function createOnBeforeRender(content: ContentPages): OnBeforeRenderAsync
renderToString(
<MDXProvider components={MDX_COMPONENTS}>
<MDXContent />
</MDXProvider>
</MDXProvider>,
),
{ RETURN_TRUSTED_TYPE: true }
{ RETURN_TRUSTED_TYPE: true },
)
: undefined,
contentPageInfos: infos,
Expand Down

0 comments on commit eb6192a

Please sign in to comment.