Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7103 Rev 7147
Línea 199... Línea 199...
199
      {answers.map(
199
      {answers.map(
200
        (option, index) =>
200
        (option, index) =>
201
          option && (
201
          option && (
202
            <RadioButton
202
            <RadioButton
203
              disabled={!isActive}
203
              disabled={!isActive}
-
 
204
              porcentage={
204
              porcentage={totalVotes && getPorcentage(votes[index], totalVotes)}
205
                !!totalVotes && getPorcentage(votes[index], totalVotes)
-
 
206
              }
205
              key={index}
207
              key={index}
206
            >
208
            >
207
              <input
209
              <input
208
                type="radio"
210
                type="radio"
209
                name="vote"
211
                name="vote"