Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2839 Rev 2841
Línea 119... Línea 119...
119
            </Widget>
119
            </Widget>
120
          </>
120
          </>
121
        )
121
        )
122
      }
122
      }
123
      default:
123
      default:
124
        return null
124
        return <FeedDescription description={description} />
125
    }
125
    }
126
  }
126
  }
Línea 127... Línea 127...
127
 
127
 
128
  return (
128
  return (
Línea 149... Línea 149...
149
        image,
149
        image,
150
        document,
150
        document,
151
        video,
151
        video,
152
        imagePreview,
152
        imagePreview,
153
        voteUrl,
153
        voteUrl,
154
        type: contentType,
154
        type: sharedName ? 'shared' : contentType,
155
        sharedName,
155
        sharedName,
156
        sharedImage,
156
        sharedImage,
157
        sharedTimeElapse
157
        sharedTimeElapse
158
      })}
158
      })}
159
    </Widget.Body>
159
    </Widget.Body>