Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4630 Rev 4679
Línea 12... Línea 12...
12
import UserOptions from './UserOptions'
12
import UserOptions from './UserOptions'
Línea 13... Línea 13...
13
 
13
 
14
import './Header.scss'
14
import './Header.scss'
15
import { useForm } from 'react-hook-form';
15
import { useForm } from 'react-hook-form';
-
 
16
import NotificationsOption from './NotificationsOption';
Línea 16... Línea 17...
16
import NotificationsOption from './NotificationsOption';
17
import ComunicationOptions from './ComunicationOptions';
17
 
18
 
18
const ICON_OPTIONS = [
19
const ICON_OPTIONS = [
19
  HomeIcon,
20
  HomeIcon,
Línea 130... Línea 131...
130
                Icon={NotificationsIcon}
131
                Icon={NotificationsIcon}
131
                title='Notificaciones'
132
                title='Notificaciones'
132
                url='/notifications'
133
                url='/notifications'
133
                sessionLink={routeCheckSession}
134
                sessionLink={routeCheckSession}
134
              />
135
              />
135
              <HeaderOptions
136
              <ComunicationOptions
-
 
137
                sessionLink={routeCheckSession}
136
                Icon={ChatIcon}
138
                Icon={ChatIcon}
137
                title='Comunicación'
139
                title='Comunicación'
138
                url=''
140
                url=''
139
                childs={[
141
                childs={[
140
                  ...aditionalItems,
142
                  ...aditionalItems,