Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1993 Rev 1994
Línea 114... Línea 114...
114
 
114
 
115
const mapDispatchToProps = {
115
const mapDispatchToProps = {
116
    addNotification: (notification) => addNotification(notification),
116
    addNotification: (notification) => addNotification(notification),
Línea 117... Línea -...
117
};
-
 
118
  
117
};
-
 
118
  
119
export default connect({}, mapDispatchToProps)(CloseAccount);
119
export default connect(null, mapDispatchToProps)(CloseAccount);