Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4285 Rev 4290
Línea 64... Línea 64...
64
 
64
 
Línea 65... Línea 65...
65
  const handleShare = () => openShareModal(feed_share_url, shareModalTypes.SHARE, feedTypes.DASHBOARD, feed_unique)
65
  const handleShare = () => openShareModal(feed_share_url, shareModalTypes.SHARE, feedTypes.DASHBOARD, feed_unique)
Línea 66... Línea 66...
66
 
66
 
Línea 67... Línea 67...
67
  const displayCommentSection = () => setShowComments(!showComments)
67
  const displayCommentSection = () => setShowComments(!showComments)
68
 
68
 
Línea 69... Línea 69...
69
  const ExternalShareButton = withReactionList(InputOption, feed_share_external_url, { icon: { SendOutlinedIcon }, title: 'Send', color: 'gray' })
69
  const ExternalShareButton = withReactionList(InputOption, feed_share_external_url, SendOutlinedIcon)