From 30564caa22ae5b965e6da209fc7e6af7f8fdd87f Mon Sep 17 00:00:00 2001 From: Reid Mitchell Date: Thu, 4 Jan 2018 15:40:47 -0800 Subject: [PATCH] Pull title prop off TabContent so it does not end up on inner div [#153425866] Signed-off-by: Ming Xiao --- src/react/tabs/tab_content.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/react/tabs/tab_content.js b/src/react/tabs/tab_content.js index d4e206889..6f362d0bf 100644 --- a/src/react/tabs/tab_content.js +++ b/src/react/tabs/tab_content.js @@ -27,6 +27,7 @@ export default class TabContent extends React.Component { onEntered, onExited, tabClassName, + title, ...props } = child.props;