aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui
diff options
context:
space:
mode:
authorLibravatar sara hammouzou <41330038+saruwman@users.noreply.github.com>2020-05-17 08:51:58 +0000
committerLibravatar GitHub <noreply@github.com>2020-05-17 08:51:58 +0000
commit820094bea7f19f987c545515243337a83c6cbb86 (patch)
treeeffc5be058034ab714a5cb41754d12e9146ac58e /src/components/ui
parentdocs: add kris7t as a contributor (#749) (diff)
downloadferdium-app-820094bea7f19f987c545515243337a83c6cbb86.tar.gz
ferdium-app-820094bea7f19f987c545515243337a83c6cbb86.tar.zst
ferdium-app-820094bea7f19f987c545515243337a83c6cbb86.zip
Replace change server input with a dropdown menu (#717)
Diffstat (limited to 'src/components/ui')
-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 4e3eb4ab8..387086eb9 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({