Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4320 Rev 4322
Línea 133... Línea 133...
133
          />
133
          />
134
          <ExternalShareButton />
134
          <ExternalShareButton />
135
        </div>
135
        </div>
136
      }
136
      }
Línea -... Línea 137...
-
 
137
 
137
 
138
      <div className='px-2 pb-2'>
138
      <FeedCommentSection
139
        <FeedCommentSection
139
        feedId={feed_unique}
140
          feedId={feed_unique}
140
        image={owner_image}
141
          image={owner_image}
141
        addUrl={comment_add_url}
142
          addUrl={comment_add_url}
142
        updateTotalComments={(total) => setTotalComments(total)}
143
          updateTotalComments={(total) => setTotalComments(total)}
143
        comments={comments}
144
          comments={comments}
144
        isShow={showComments}
145
          isShow={showComments}
-
 
146
        />
Línea 145... Línea 147...
145
      />
147
      </div>
146
 
148
 
147
    </div>
149
    </div>