Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6794 Rev 6799
Línea 7... Línea 7...
7
const ProfileViewLinkedIn = lazy(() =>
7
const ProfileViewLinkedIn = lazy(() =>
8
  import('../../layouts/profile-view/linkedin/ProfileViewLinkedIn')
8
  import('../../layouts/profile-view/linkedin/ProfileViewLinkedIn')
9
)
9
)
Línea 10... Línea 10...
10
 
10
 
11
const ProfileViewPage = () => {
11
const ProfileViewPage = () => {
Línea 12... Línea 12...
12
  const { theme_id } = useSelector((auth) => auth)
12
  const { theme_id } = useSelector(({ auth }) => auth)
13
 
13
 
14
  switch (theme_id) {
14
  switch (theme_id) {
15
    case 1:
15
    case 1: