Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2268 Rev 2270
Línea 39... Línea 39...
39
  const completed =
39
  const completed =
40
    emojisHowAreYouFeel.length === 1 && emojisClimateOrganization.length === 1
40
    emojisHowAreYouFeel.length === 1 && emojisClimateOrganization.length === 1
Línea 41... Línea 41...
41
 
41
 
42
  return (
42
  return (
43
    <Widget styles={{ display: completed ? 'none' : 'block' }}>
43
    <Widget styles={{ display: completed ? 'none' : 'block' }}>
Línea 44... Línea 44...
44
      <Widget.Header title='Pulso Diario' />
44
      <Widget.Header title='Pulso Diario' styles={{ paddinBottom: 0 }} />
45
 
45
 
46
      <Widget.Body>
46
      <Widget.Body styles={{ textAlign: 'center' }}>
47
        <Emojis
47
        <Emojis
48
          title='¿Como te sientes hoy?'
48
          title='¿Como te sientes hoy?'
49
          options={emojisHowAreYouFeel}
49
          options={emojisHowAreYouFeel}