1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-10-31 16:00:05 -04:00

Add 'id' prop to Tabs to silence warning

This commit is contained in:
Aaron Lindsay 2016-09-27 19:19:45 -04:00
parent f663ec6afc
commit aedad87d07

View File

@ -283,7 +283,7 @@ module.exports = React.createClass({
} else {
if (this.state.user.isUser())
mainContent = (
<Tabs defaultActiveKey={1}>
<Tabs defaultActiveKey={1} id='mainNavigationTabs'>
<Tab title="Accounts" eventKey={1} >
<AccountsTab
className="fullheight"