From c80e3b9763231d2c7dd8fba9c002ef841e58e9d3 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Mon, 28 Mar 2022 19:53:54 +0200 Subject: [PATCH] clean --- packages/app/src/components/PostCard/index.jsx | 6 +++--- packages/app/src/components/PostCard/index.less | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/app/src/components/PostCard/index.jsx b/packages/app/src/components/PostCard/index.jsx index 56af065d..f2ed249c 100644 --- a/packages/app/src/components/PostCard/index.jsx +++ b/packages/app/src/components/PostCard/index.jsx @@ -61,7 +61,7 @@ function PostHeader(props) { -
+
@@ -222,8 +222,8 @@ export const PostCardAnimated = ({ motionAppear={motionAppear} onAppearStart={getCollapsedHeight} onAppearActive={node => { - motionRef.current = true; - return getMaxHeight(node); + motionRef.current = true + return getMaxHeight(node) }} onAppearEnd={onAppear} onLeaveStart={getCurrentHeight} diff --git a/packages/app/src/components/PostCard/index.less b/packages/app/src/components/PostCard/index.less index 1bd02c22..78fe680f 100644 --- a/packages/app/src/components/PostCard/index.less +++ b/packages/app/src/components/PostCard/index.less @@ -78,7 +78,7 @@ } } - .postStadistics { + .postStatistics { display : inline-flex; flex-direction: column; font-size : 16px;