From 232f179f2475f282b9c524b16e0bdc74e182b698 Mon Sep 17 00:00:00 2001 From: ztplz Date: Sun, 21 Oct 2018 00:24:47 +0800 Subject: [PATCH] update --- components/tabs/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tabs/index.tsx b/components/tabs/index.tsx index 14a5d1ca62..bb4bd07d05 100755 --- a/components/tabs/index.tsx +++ b/components/tabs/index.tsx @@ -42,7 +42,7 @@ export interface TabPaneProps { className?: string; disabled?: boolean; forceRender?: boolean; - key?: string + key?: string; } export default class Tabs extends React.Component {