Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16742 Rev 16745
Línea 160... Línea 160...
160
              key={index}
160
              key={index}
161
            >
161
            >
162
              <input
162
              <input
163
                type="radio"
163
                type="radio"
164
                name="vote"
164
                name="vote"
165
                readOnly
-
 
166
                id={`vote-${index + 1}`}
165
                id={`vote-${index + 1}`}
167
                value={index + 1}
166
                value={index + 1}
-
 
167
                disabled
168
              />
168
              />
169
              <label htmlFor={`vote-${index + 1}`}>{option}</label>
169
              <label htmlFor={`vote-${index + 1}`}>{option}</label>
170
              {!time && votes && (
170
              {!time && votes && (
171
                <span className="mb-0">
171
                <span className="mb-0">
172
                  {getPorcentage(votes[index], voteRef.current)}%
172
                  {getPorcentage(votes[index], voteRef.current)}%