Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3014 Rev 3015
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
          <div>
89
          <SurveyForm
-
 
90
            active={description.active}
-
 
91
            question={description.question}
90
            {JSON.stringify(answers)}
92
            answers={answers}
-
 
93
            votes={votes}
-
 
94
            time={description.time_remaining}
-
 
95
            voteUrl={voteUrl}
91
            {JSON.stringify(votes)}
96
            voted={description.voted}
92
          </div>
97
          />
93
        )
98
        )
94
      }
99
      }
95
      case 'shared': {
100
      case 'shared': {
96
        return (
101
        return (
97
          <>
102
          <>