Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2969 Rev 3014
Línea 84... Línea 84...
84
          </>
84
          </>
85
        )
85
        )
86
      }
86
      }
87
      case 'fast-survey': {
87
      case 'fast-survey': {
88
        return (
88
        return (
89
          <SurveyForm
89
          <div>
90
            active={description.active}
-
 
91
            question={description.question}
-
 
92
            answers={answers}
90
            {JSON.stringify(answers)}
93
            votes={votes}
-
 
94
            time={description.time_remaining}
-
 
95
            voteUrl={voteUrl}
-
 
96
            voted={description.voted}
91
            {JSON.stringify(votes)}
97
          />
92
          </div>
98
        )
93
        )
99
      }
94
      }
100
      case 'shared': {
95
      case 'shared': {
101
        return (
96
        return (
102
          <>
97
          <>