Skip to content

Commit

Permalink
Fixed dashboard controls for standalone bug (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
vera-liu authored Nov 17, 2016
1 parent 811ee8c commit 7531bb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Header extends React.PureComponent {
<h1>{dashboard.dashboard_title}</h1>
</div>
<div className="pull-right">
{this.props.dashboard.standalone_mode &&
{!this.props.dashboard.context.standalone_mode &&
<Controls dashboard={dashboard} />
}
</div>
Expand Down

0 comments on commit 7531bb8

Please sign in to comment.