Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2571 Rev 2572
Línea 16... Línea 16...
16
// Redux actions
16
// Redux actions
17
import { openShareModal } from "../../../redux/share-modal/shareModal.actions";
17
import { openShareModal } from "../../../redux/share-modal/shareModal.actions";
18
import { addNotification } from "../../../redux/notification/notification.actions";
18
import { addNotification } from "../../../redux/notification/notification.actions";
19
import { deleteFeed } from "../../../redux/feed/feed.actions";
19
import { deleteFeed } from "../../../redux/feed/feed.actions";
Línea 20... Línea 20...
20
 
20
 
Línea 21... Línea 21...
21
const FeedTemplate = ({ feed, owner_shared, feed_likes }) => {
21
const FeedTemplate = ({ feed, owner_shared }) => {
22
 
22
 
23
  // Destructuring feed data
23
  // Destructuring feed data
24
  const {
24
  const {
25
    feed_unique,
25
    feed_unique,
26
    owner_name,
26
    owner_name,
27
    owner_url,
-
 
28
    owner_image,
27
    owner_url,
29
    owner_comments,
28
    owner_image,
30
    owner_time_elapse,
29
    owner_time_elapse,
31
    owner_description,
30
    owner_description,
32
    owner_file_image,
31
    owner_file_image,
Línea 39... Línea 38...
39
    shared_description,
38
    shared_description,
40
    shared_file_video,
39
    shared_file_video,
41
    shared_file_image_preview,
40
    shared_file_image_preview,
42
    shared_file_image,
41
    shared_file_image,
43
    shared_file_document,
42
    shared_file_document,
-
 
43
    feed_likes,
44
    feed_like_url,
44
    feed_like_url,
45
    feed_unlike_url,
45
    feed_unlike_url,
46
    feed_is_liked,
46
    feed_is_liked,
47
    feed_share_url,
47
    feed_share_url,
48
    feed_delete_url,
48
    feed_delete_url,