Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3562 Rev 3564
Línea 67... Línea 67...
67
 
67
 
Línea 68... Línea 68...
68
  const toggleModal = () => setShowModal(!showModal);
68
  const toggleModal = () => setShowModal(!showModal);
69
 
69
 
-
 
70
  return (
70
  return (
71
    <FeedContainer>
-
 
72
      {description && contentType !== 'fast-survey' && (
71
    <FeedContainer>
73
        <FeedDescription description={description} />
72
      {description && <FeedDescription description={description} />}
74
      )}
73
      {contentType === 'video' && (
75
      {contentType === 'video' && (
74
        <video poster={imagePreview} src={video} onClick={toggleModal} controls />
76
        <video poster={imagePreview} src={video} onClick={toggleModal} controls />
75
      )}
77
      )}