From b90237ee6fcbf4498ad4232786343e592f86bcc7 Mon Sep 17 00:00:00 2001 From: bang Date: Sun, 19 Feb 2017 21:23:31 +0700 Subject: [PATCH] fix: Tabs snapshot tests --- components/tabs/demo/editable-card.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tabs/demo/editable-card.md b/components/tabs/demo/editable-card.md index d26d6ac673..e5d0695f8d 100644 --- a/components/tabs/demo/editable-card.md +++ b/components/tabs/demo/editable-card.md @@ -23,8 +23,8 @@ class Demo extends React.Component { super(props); this.newTabIndex = 0; const panes = [ - { title: 'Tab 1', content: 'Content of Tab Pane 1', key: '1' }, - { title: 'Tab 2', content: 'Content of Tab Pane 2', key: '2' }, + { title: 'Tab 1', content: 'Content of Tab 1', key: '1' }, + { title: 'Tab 2', content: 'Content of Tab 2', key: '2' }, ]; this.state = { activeKey: panes[0].key,