From bcf03a83bbf54f006964a2ccb0485c0766f3a295 Mon Sep 17 00:00:00 2001 From: zy410419243 Date: Sun, 2 Dec 2018 17:28:24 +0800 Subject: [PATCH] pref: fix Codacy problem --- components/input/demo/password-input.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/components/input/demo/password-input.md b/components/input/demo/password-input.md index 6ca354e0f2..3b4676e8b3 100644 --- a/components/input/demo/password-input.md +++ b/components/input/demo/password-input.md @@ -14,10 +14,8 @@ title: Input type of password. ````jsx + import { Input } from 'antd'; -ReactDOM.render( - , - mountNode -); +ReactDOM.render(, mountNode); ````