Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6357 Rev 6358
Línea 54... Línea 54...
54
        setComments((prevComments) =>
54
        setComments((prevComments) =>
55
          prevComments.filter((comment) => comment.unique !== commentUnique)
55
          prevComments.filter((comment) => comment.unique !== commentUnique)
56
        )
56
        )
57
        addNotification({ style: 'success', msg: data })
57
        addNotification({ style: 'success', msg: data })
58
      })
58
      })
59
      .catch((error) =>
-
 
60
        addNotification({ style: 'danger', msg: error.message })
59
      .catch((error) => addNotification({ style: 'danger', msg: error }))
61
      )
-
 
62
  }
60
  }
Línea 63... Línea 61...
63
 
61
 
64
  useEffect(() => {
62
  useEffect(() => {
65
    setComments(currentComments)
63
    setComments(currentComments)