Proyectos de Subversion LeadersLinked - SPA

Rev

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

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