Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3943 | Rev 3962 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3943 Rev 3946
Línea 199... Línea 199...
199
        <FeedCommentSection
199
        <FeedCommentSection
200
          feedId={feed.feed_unique}
200
          feedId={feed.feed_unique}
201
          image={image}
201
          image={image}
202
          addUrl={comment_add_url}
202
          addUrl={comment_add_url}
203
          updateTotalComments={(total) => setTotalComments(total)}
203
          updateTotalComments={(total) => setTotalComments(total)}
-
 
204
          comments={comments}
204
        />
205
        />
205
      </div >
206
      </div >
206
    </React.Fragment >
207
    </React.Fragment >
207
  );
208
  );
208
};
209
};