Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3572 Rev 3573
Línea 55... Línea 55...
55
          <CommentList comments={capsule.comments} onDelete={deleteComment} />
55
          <CommentList comments={capsule.comments} onDelete={deleteComment} />
56
        </Box>
56
        </Box>
57
      </CardContent>
57
      </CardContent>
Línea 58... Línea 58...
58
 
58
 
59
      <CardActions>
59
      <CardActions>
60
        {capsule.slides.length > 0 && (
60
        {capsule?.slides?.length > 0 && (
61
          <Button variant='contained' color='primary' onClick={showContent}>
61
          <Button variant='contained' color='primary' onClick={showContent}>
62
            Ver contenido
62
            Ver contenido
63
          </Button>
63
          </Button>
64
        )}
64
        )}