Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 7226 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7226 Rev 7230
Línea 245... Línea 245...
245
            <div className="feed__buttons">
245
            <div className="feed__buttons">
246
              <ReactionsButton
246
              <ReactionsButton
247
                className="btn feed__share-option position-relative"
247
                className="btn feed__share-option position-relative"
248
                currentReaction={myReaction}
248
                currentReaction={myReaction}
249
                withLabel
249
                withLabel
250
                onChange={(newReactions) => setReactions(newReactions)}
250
                onChange={({ reactions }) => setReactions(reactions)}
251
              />
251
              />
252
              <InputOption
252
              <InputOption
253
                Icon={ChatOutlinedIcon}
253
                Icon={ChatOutlinedIcon}
254
                title={labels.comments}
254
                title={labels.comments}
255
                color="gray"
255
                color="gray"