diff --git a/client/src/components/HTMLMapper.tsx b/client/src/components/HTMLMapper.tsx
index 2b5eb128..460492a3 100644
--- a/client/src/components/HTMLMapper.tsx
+++ b/client/src/components/HTMLMapper.tsx
@@ -17,9 +17,9 @@ function HTMLMapper(props: HTMLMapperProps) {
{{
p: null,
// eslint-disable-next-line react/jsx-no-undef, react/jsx-props-no-spreading, react/no-unstable-nested-components
- a: ({ href, children, ...rest }) => (
+ a: ({ href, children, ...rest }: any) => (
// eslint-disable-next-line react/jsx-props-no-spreading
-
+
{children}
),