Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5945 Rev 6457
Línea 124... Línea 124...
124
                    <div className="usr-mg-info">
124
                    <div className="usr-mg-info">
125
                      <h3>{conversation.name}</h3>
125
                      <h3>{conversation.name}</h3>
126
                      {Number(conversation.count_unread) > 0 && (
126
                      {Number(conversation.count_unread) > 0 && (
127
                        <p className="text-gray">
127
                        <p className="text-gray">
128
                          {conversation.count_unread}{' '}
128
                          {conversation.count_unread}{' '}
129
                          {LABELS.NEW_MESSAGES.toLowerCase()} |{' '}
129
                          {LABELS.NEW_MESSAGES?.toLowerCase()} |{' '}
130
                          <span> {conversation.last_message} </span>
130
                          <span> {conversation.last_message} </span>
131
                        </p>
131
                        </p>
132
                      )}
132
                      )}
133
                    </div>
133
                    </div>
134
                  </div>
134
                  </div>