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:
parent
f663ec6afc
commit
aedad87d07
@ -283,7 +283,7 @@ module.exports = React.createClass({
|
|||||||
} else {
|
} else {
|
||||||
if (this.state.user.isUser())
|
if (this.state.user.isUser())
|
||||||
mainContent = (
|
mainContent = (
|
||||||
<Tabs defaultActiveKey={1}>
|
<Tabs defaultActiveKey={1} id='mainNavigationTabs'>
|
||||||
<Tab title="Accounts" eventKey={1} >
|
<Tab title="Accounts" eventKey={1} >
|
||||||
<AccountsTab
|
<AccountsTab
|
||||||
className="fullheight"
|
className="fullheight"
|
||||||
|
Loading…
Reference in New Issue
Block a user