Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6400 Rev 6409
Línea 344... Línea 344...
344
            description.answer4,
344
            description.answer4,
345
            description.answer5,
345
            description.answer5,
346
          ]}
346
          ]}
347
          time={description.time_remaining}
347
          time={description.time_remaining}
348
          voteUrl={voteUrl}
348
          voteUrl={voteUrl}
-
 
349
          resultType={description.result_type}
349
        />
350
        />
350
      )}
351
      )}
351
      {image && <img src={image} className="Entradas" loading="lazy" />}
352
      {image && <img src={image} className="Entradas" loading="lazy" />}
352
      {video && (
353
      {video && (
353
        <video src={video} controls poster={imagePreview} preload="none" />
354
        <video src={video} controls poster={imagePreview} preload="none" />