| Línea 343... |
Línea 343... |
| 343 |
isOpen: state.shareModal.isOpen,
|
343 |
isOpen: state.shareModal.isOpen,
|
| 344 |
postUrl: state.shareModal.postUrl,
|
344 |
postUrl: state.shareModal.postUrl,
|
| 345 |
modalType: state.shareModal.modalType,
|
345 |
modalType: state.shareModal.modalType,
|
| 346 |
lastModalType: state.shareModal.lastModalType,
|
346 |
lastModalType: state.shareModal.lastModalType,
|
| 347 |
feedType: state.shareModal.feedType,
|
347 |
feedType: state.shareModal.feedType,
|
| - |
|
348 |
feedSharedId: state.shareModal.feedSharedId,
|
| 348 |
});
|
349 |
});
|
| Línea 349... |
Línea 350... |
| 349 |
|
350 |
|
| 350 |
const mapDispatchToProps = {
|
351 |
const mapDispatchToProps = {
|
| 351 |
addNotification: (notification) => addNotification(notification),
|
352 |
addNotification: (notification) => addNotification(notification),
|
| 352 |
closeShareModal: () => closeShareModal(),
|
353 |
closeShareModal: () => closeShareModal(),
|
| 353 |
openShareModal: (postUrl, modalType, feedType) => openShareModal(postUrl, modalType, feedType),
|
354 |
openShareModal: (postUrl, modalType, feedType, feed_unique) => openShareModal(postUrl, modalType, feedType, feed_unique),
|
| 354 |
setModalType: (modalType) => setModalType(modalType),
|
355 |
setModalType: (modalType) => setModalType(modalType),
|
| 355 |
addFeed: (feed) => addFeed(feed),
|
356 |
addFeed: (feed) => addFeed(feed),
|
| 356 |
fetchFeeds: (url, page) => fetchFeeds(url, page),
|
357 |
fetchFeeds: (url, page) => fetchFeeds(url, page),
|