Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3719 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3719 Rev 3746
Línea 97... Línea 97...
97
          result={description.result}
97
          result={description.result}
98
          answers={answers}
98
          answers={answers}
99
          votes={votes}
99
          votes={votes}
100
        />
100
        />
101
      )}
101
      )}
102
      {contentType === 'shared' && (
102
      {sharedName && (
103
        <Widget styles={{ width: 'inherit' }}>
103
        <Widget styles={{ borderRadius: '0 !important', borderWidth: '1px 0 1px 0' }}>
104
          <Widget.Header avatar={sharedImage} title={sharedName} subheader={sharedTimeElapse} />
104
          <Widget.Header avatar={sharedImage} title={sharedName} subheader={sharedTimeElapse} />
105
          <FeedContainer>
105
          <FeedContainer>
106
            <FeedDescription description={sharedFeedDescription} />
106
            <FeedDescription description={sharedFeedDescription} />
107
            {sharedContentType === 'video' && (
107
            {sharedContentType === 'video' && (
108
              <video
108
              <video