1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 09:23:13 +01:00

Fix header notifications appearing before account dropdowns when navbar is collapsed

This commit is contained in:
Brett Sun 2016-06-17 16:26:39 +02:00
parent f9dcdb0318
commit 8bb3203521

View File

@ -187,11 +187,13 @@ let Header = React.createClass({
</Navbar.Header>
<Navbar.Collapse>
<Nav navbar pullRight onSelect={this.collapseNav}>
<HeaderNotificationDebug show={false} />
<HeaderNotifications />
{account}
{signup}
</Nav>
<Nav navbar pullRight onSelect={this.collapseNav}>
<HeaderNotificationDebug show={false} />
<HeaderNotifications />
</Nav>
{navRoutesLinks}
</Navbar.Collapse>
</Navbar>