jam411 hace 3 años
padre
commit
d6c1b6c0f3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/app/src/components/PageComment/ReplayComments.tsx

+ 1 - 0
packages/app/src/components/PageComment/ReplayComments.tsx

@@ -40,6 +40,7 @@ export const ReplayComments = (props: ReplaycommentsProps): JSX.Element => {
     );
   };
 
+  // TODO: Remove isAllReplyShown from rendererconfig.
   if (rendererConfig === undefined) {
     return <></>;
   }