Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1661 Rev 1662
Línea 59... Línea 59...
59
          byId: {
59
          byId: {
60
            ...state.feeds.byId,
60
            ...state.feeds.byId,
61
            [feedId]: {
61
            [feedId]: {
62
              ...feed,
62
              ...feed,
63
              comments: (feed.comments = feed.comments.filter(
63
              comments: (feed.comments = feed.comments.filter(
64
                (comment) => comment.id !== commentId
64
                ({ unique }) => unique !== commentId
65
              )),
65
              )),
66
              owner_comments: feed.owner_comments - 1
66
              owner_comments: feed.owner_comments - 1
67
            }
67
            }
68
          }
68
          }
69
        }
69
        }