Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3248 Rev 3249
Línea 22... Línea 22...
22
          {matchGoals ||
22
          {matchGoals ||
23
            (matchHabits && (
23
            (matchHabits && (
24
              <>
24
              <>
25
                <Menu.Item to='/habits/habits' label='Hábitos' />
25
                <Menu.Item to='/habits/habits' label='Hábitos' />
26
                <Menu.Item to='/habits/goals' label='Metas' />
26
                <Menu.Item to='/habits/goals' label='Metas' />
27
                <Menu.Item to='/habits/purposes' label='Metas' />
-
 
28
              </>
-
 
29
            ))}
-
 
30
          {matchPurposes ||
-
 
31
            matchParadigms ||
-
 
32
            (matchValues && (
-
 
33
              <>
-
 
34
                <Menu.Item to='/habits/habits' label='Hábitos' />
-
 
35
                <Menu.Item to='/habits/purposes' label='Propósitos' />
27
                <Menu.Item to='/habits/purposes' label='Propósitos' />
36
                <Menu.Item to='/habits/paradigms' label='Paradigmas' />
-
 
37
                <Menu.Item to='/habits/values' label='Valores' />
-
 
38
              </>
28
              </>
39
            ))}
29
            ))}
-
 
30
          {(matchPurposes || matchParadigms || matchValues) && (
-
 
31
            <>
-
 
32
              <Menu.Item to='/habits/habits' label='Hábitos' />
-
 
33
              <Menu.Item to='/habits/purposes' label='Propósitos' />
-
 
34
              <Menu.Item to='/habits/paradigms' label='Paradigmas' />
-
 
35
              <Menu.Item to='/habits/values' label='Valores' />
-
 
36
            </>
-
 
37
          )}
40
        </Menu>
38
        </Menu>
41
      </Grid>
39
      </Grid>
Línea 42... Línea 40...
42
 
40
 
43
      <Grid item xs={12} md={8}>
41
      <Grid item xs={12} md={8}>