From 2ec6d98c47d95a4e0868bd1cafa35ba2d8ab2133 Mon Sep 17 00:00:00 2001 From: Bennett Date: Fri, 19 Jun 2020 18:45:41 +0200 Subject: Prepare and Release/5.6.0 beta.1 (#820) * Draft release * Update changelog --- src/components/ui/Input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/ui') diff --git a/src/components/ui/Input.js b/src/components/ui/Input.js index 387086eb9..4e3eb4ab8 100644 --- a/src/components/ui/Input.js +++ b/src/components/ui/Input.js @@ -72,7 +72,7 @@ export default @observer class Input extends Component { if (type === 'password' && this.state.showPassword) { type = 'text'; } - + return (