2
0
jam411 3 жил өмнө
parent
commit
d5029b24fc

+ 1 - 0
packages/app/src/components/Comments.tsx

@@ -16,6 +16,7 @@ export const Comments = (props: CommentsProps): JSX.Element => {
 
   const { data: rendererOptions } = useCommentPreviewOptions();
 
+  // TODO: Implement Skelton
   if (rendererOptions == null) {
     return <></>;
   }