Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5818 Rev 5819
Línea 189... Línea 189...
189
                  </div>
189
                  </div>
190
                </div>
190
                </div>
191
              </div>
191
              </div>
192
              {post.description && htmlParsedText(post.description)}
192
              {post.description && htmlParsedText(post.description)}
193
            </div>
193
            </div>
-
 
194
            <div className="d-flex justify-content-between align-items-center">
194
            <div className="reactions-counter justify-content-between">
195
              <div className="reactions-counter">
195
              {reactionsOptions
196
                {reactionsOptions
196
                .filter((option) =>
197
                  .filter((option) =>
197
                  ownerReactions.find(
198
                    ownerReactions.find(
198
                    (reaction) => reaction.reaction === option.type
199
                      (reaction) => reaction.reaction === option.type
-
 
200
                    )
199
                  )
201
                  )
200
                )
-
 
201
                .map((reaction) => reaction.icon)}
202
                  .map((reaction) => reaction.icon)}
202
              <span>{totalReactions} reacciones</span>
203
                <span>{totalReactions} reacciones</span>
-
 
204
              </div>
203
              {externalShare && (
205
              {externalShare && (
204
                <span>{`${externalShare} ${labels.SENDS.toLowerCase()}`}</span>
206
                <span>{`${externalShare} ${labels.SENDS.toLowerCase()}`}</span>
205
              )}
207
              )}
206
            </div>
208
            </div>
207
            <div className="feed__buttons">
209
            <div className="feed__buttons">