Yuki Takei 3 лет назад
Родитель
Сommit
f5601ae796
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/ReactMarkdownComponents/NextLink.tsx

+ 1 - 1
packages/app/src/components/ReactMarkdownComponents/NextLink.tsx

@@ -17,7 +17,7 @@ type Props = Omit<LinkProps, 'href'> & {
   children: React.ReactNode,
   children: React.ReactNode,
   href?: string,
   href?: string,
   className?: string,
   className?: string,
-} ;
+};
 
 
 export const NextLink = ({
 export const NextLink = ({
   href, children, className, ...props
   href, children, className, ...props