aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2020-05-17 15:37:05 +0000
committerLibravatar Amine Mouafik <amine@mouafik.fr>2020-05-17 15:37:05 +0000
commite894c656c11f29540201ef2d344f4bc432e9933e (patch)
treebc3dc74a5af655a0637e8393a41e0aa47e31b5e7
parentPush updated lockfile (diff)
downloadferdium-app-e894c656c11f29540201ef2d344f4bc432e9933e.tar.gz
ferdium-app-e894c656c11f29540201ef2d344f4bc432e9933e.tar.zst
ferdium-app-e894c656c11f29540201ef2d344f4bc432e9933e.zip
Apply lint fix to avoid dirty repository in Travis
-rw-r--r--src/components/ui/Input.js2
1 files changed, 1 insertions, 1 deletions
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 {
72 if (type === 'password' && this.state.showPassword) { 72 if (type === 'password' && this.state.showPassword) {
73 type = 'text'; 73 type = 'text';
74 } 74 }
75 75
76 return ( 76 return (
77 <div 77 <div
78 className={classnames({ 78 className={classnames({