diff --git a/packages/pl-fe/src/components/status-content.tsx b/packages/pl-fe/src/components/status-content.tsx index a72343b46..e516d8227 100644 --- a/packages/pl-fe/src/components/status-content.tsx +++ b/packages/pl-fe/src/components/status-content.tsx @@ -213,7 +213,7 @@ const StatusContent: React.FC = React.memo( if (spoilerText) { output.push( -

= React.memo( )} -

, + , ); } diff --git a/packages/pl-fe/src/components/status.tsx b/packages/pl-fe/src/components/status.tsx index 47e514140..f930c9f4d 100644 --- a/packages/pl-fe/src/components/status.tsx +++ b/packages/pl-fe/src/components/status.tsx @@ -547,7 +547,12 @@ const Status: React.FC = (props) => { }; return ( - + {body} ); @@ -658,7 +663,13 @@ const Status: React.FC = (props) => { }; return ( - + {body} ); diff --git a/packages/pl-fe/src/features/status/components/thread.tsx b/packages/pl-fe/src/features/status/components/thread.tsx index c072a7603..1a4cfc453 100644 --- a/packages/pl-fe/src/features/status/components/thread.tsx +++ b/packages/pl-fe/src/features/status/components/thread.tsx @@ -248,7 +248,7 @@ const Thread = ({ deleted /> ) : ( - +