From 4312b8d02468e7d235f832eddf09b398cf683d86 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Fri, 4 May 2018 17:49:40 -0300 Subject: [PATCH] bug --- .../client/components/ChangePassword.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/talk-plugin-local-auth/client/components/ChangePassword.js b/plugins/talk-plugin-local-auth/client/components/ChangePassword.js index 8f86fff48..1b7b97dfc 100644 --- a/plugins/talk-plugin-local-auth/client/components/ChangePassword.js +++ b/plugins/talk-plugin-local-auth/client/components/ChangePassword.js @@ -160,7 +160,7 @@ class ChangePassword extends React.Component { }; render() { - const { editing, errors } = this.state; + const { editing, errors, showErrors } = this.state; return (