Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6016 Rev 6017
Línea 145... Línea 145...
145
 
145
 
146
  const WithReactionIcon = withReactions(InputOption, {
146
  const WithReactionIcon = withReactions(InputOption, {
147
    onSelect: saveReaction,
147
    onSelect: saveReaction,
148
    onDelete: deleteReaction,
148
    onDelete: deleteReaction,
-
 
149
    myReaction: currentReaction,
149
    myReaction: currentReaction,
150
    withTitle: true,
Línea 150... Línea 151...
150
  })
151
  })
151
 
152
 
152
  useEffect(() => {
153
  useEffect(() => {
Línea 211... Línea 212...
211
              <InputOption
212
              <InputOption
212
                Icon={ChatOutlinedIcon}
213
                Icon={ChatOutlinedIcon}
213
                title={labels.COMMENTS}
214
                title={labels.COMMENTS}
214
                color="gray"
215
                color="gray"
215
                onClick={displayCommentSection}
216
                onClick={displayCommentSection}
-
 
217
                withTitle
216
              />
218
              />
217
              <ExternalShareButton />
219
              <ExternalShareButton />
218
            </div>
220
            </div>
219
            <div className="px-2 pb-2">
221
            <div className="px-2 pb-2">
220
              <FeedCommentSection
222
              <FeedCommentSection