Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5112 Rev 5116
Línea 203... Línea 203...
203
                  <span className={`badge ${notificationsCount ? 'd-block' : 'd-none'}`}>
203
                  <span className={`badge ${notificationsCount ? 'd-block' : 'd-none'}`}>
204
                    {notificationsCount}
204
                    {notificationsCount}
205
                  </span>
205
                  </span>
206
                </a>
206
                </a>
207
                {!!notifications.length &&
207
                {!!notifications.length &&
208
                  <nav className='navigation-level_three'>
208
                  <nav className='navigation-level_three d-none d-lg-block'>
209
                    <ul>
209
                    <ul>
210
                      {[...notifications].reverse().map(element => {
210
                      {[...notifications].reverse().map(element => {
211
                        return (
211
                        return (
212
                          <li key={element.message} className="d-block text-center">
212
                          <li key={element.message} className="d-block text-center">
213
                            <div className="d-flex align-items-center">
213
                            <div className="d-flex align-items-center">