From 36293e2ccbff8b45bd728d4cd1d2b9fe3dccd627 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 16 Aug 2016 18:12:56 +0800 Subject: [PATCH] fix tslint --- components/modal/confirm.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/modal/confirm.tsx b/components/modal/confirm.tsx index 08d1d9ac0a..d83d4680a1 100644 --- a/components/modal/confirm.tsx +++ b/components/modal/confirm.tsx @@ -70,7 +70,6 @@ export default function confirm(config) { (props.okCancel ? runtimeLocale.okText : runtimeLocale.justOkText); props.cancelText = props.cancelText || runtimeLocale.cancelText; - let d; function close() { const unmountResult = ReactDOM.unmountComponentAtNode(div); if (unmountResult) {