Explorar o código

fix lint errors

Yuki Takei %!s(int64=4) %!d(string=hai) anos
pai
achega
bb85c6829b
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      packages/app/src/components/PageComment/Comment.jsx

+ 3 - 3
packages/app/src/components/PageComment/Comment.jsx

@@ -240,12 +240,12 @@ Comment.propTypes = {
 
 const CommentWrapperFC = (props) => {
   const { t } = useTranslation();
-  return <Comment t={t} {...props} />
-}
+  return <Comment t={t} {...props} />;
+};
 
 /**
  * Wrapper component for using unstated
  */
- const CommentWrapper = withUnstatedContainers(CommentWrapperFC, [AppContainer, PageContainer]);
+const CommentWrapper = withUnstatedContainers(CommentWrapperFC, [AppContainer, PageContainer]);
 
 export default CommentWrapper;