Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2893 Rev 2899
Línea 8... Línea 8...
8
import { openShareModal } from '@app/redux/share-modal/shareModal.actions'
8
import { openShareModal } from '@app/redux/share-modal/shareModal.actions'
9
import { shareModalTypes } from '@app/redux/share-modal/shareModal.types'
9
import { shareModalTypes } from '@app/redux/share-modal/shareModal.types'
10
import withExternalShare from '../linkedin/withExternalShare'
10
import withExternalShare from '../linkedin/withExternalShare'
Línea 11... Línea 11...
11
 
11
 
12
import Widget from '@components/UI/Widget'
-
 
13
import FeedReactions from '../linkedin/feed/FeedReactions'
12
import Widget from '@components/UI/Widget'
-
 
13
import Comments from '../linkedin/comments/comments'
Línea 14... Línea 14...
14
import Comments from '../linkedin/comments/comments'
14
import Reactions from '../reactions/reactions'
15
 
15
 
16
const Row = styled(Box)(({ theme }) => ({
16
const Row = styled(Box)(({ theme }) => ({
17
  display: 'flex',
17
  display: 'flex',
Línea 72... Línea 72...
72
  const ReactionButton = withReactions(Button)
72
  const ReactionButton = withReactions(Button)
Línea 73... Línea 73...
73
 
73
 
74
  return (
74
  return (
75
    <>
75
    <>
76
      <Row>
76
      <Row>
Línea 77... Línea 77...
77
        <FeedReactions reactions={ownerReactions} reactionsUrl={reactionsUrl} />
77
        <Reactions reactions={ownerReactions} reactionsUrl={reactionsUrl} />
78
 
78
 
79
        <Row>
79
        <Row>
80
          {totalComments ? (
80
          {totalComments ? (