jam411 %!s(int64=3) %!d(string=hai) anos
pai
achega
d5029b24fc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/app/src/components/Comments.tsx

+ 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 <></>;
   }