Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5579 Rev 5580
Línea 272... Línea 272...
272
        </div>
272
        </div>
273
        <FeedCommentSection
273
        <FeedCommentSection
274
          feedId={feed.feed_unique}
274
          feedId={feed.feed_unique}
275
          image={image}
275
          image={image}
276
          addUrl={comment_add_url}
276
          addUrl={comment_add_url}
277
          updateTotalComments={(total) => setTotalComments(total)}
-
 
278
          currentComments={comments}
277
          currentComments={comments}
279
          isShow={showComments}
278
          isShow={showComments}
280
        />
279
        />
281
      </div>
280
      </div>
282
    </>
281
    </>