Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6616 Rev 7103
Línea 211... Línea 211...
211
                disabled={!isActive}
211
                disabled={!isActive}
212
                ref={register({ required: true })}
212
                ref={register({ required: true })}
213
                value={index + 1}
213
                value={index + 1}
214
              />
214
              />
215
              <label htmlFor={`vote-${index + 1}`}>{option}</label>
215
              <label htmlFor={`vote-${index + 1}`}>{option}</label>
216
              {totalVotes && (
216
              {!!totalVotes && (
217
                <span className="mb-0">
217
                <span className="mb-0">
218
                  {getPorcentage(votes[index], totalVotes)}%
218
                  {getPorcentage(votes[index], totalVotes)}%
219
                </span>
219
                </span>
220
              )}
220
              )}
221
            </RadioButton>
221
            </RadioButton>