Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7129 Rev 7131
Línea 188... Línea 188...
188
                    reactions.find(({ reaction }) => reaction === option.type)
188
                    reactions.find(({ reaction }) => reaction === option.type)
189
                  )
189
                  )
190
                  .map((reaction) => reaction.icon)}
190
                  .map((reaction) => reaction.icon)}
191
                <span>{totalReactions} reacciones</span>
191
                <span>{totalReactions} reacciones</span>
192
              </div>
192
              </div>
193
              {totalSends && (
193
              {!!totalSends && (
194
                <span>{`${totalSends} ${labels.sends?.toLowerCase()}`}</span>
194
                <span>{`${totalSends} ${labels.sends?.toLowerCase()}`}</span>
195
              )}
195
              )}
196
            </div>
196
            </div>
197
            <div className="feed__buttons">
197
            <div className="feed__buttons">
198
              <ReactionsButton
198
              <ReactionsButton