Fix right panel buttons highlighting

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-01-05 20:30:01 +00:00 committed by J. Ryan Stinnett
parent 3105a7c96a
commit 9c686bf501
2 changed files with 2 additions and 2 deletions

View file

@ -1299,7 +1299,7 @@ export default createReactClass({
);
}
const rightPanel = !RightPanelStore.getSharedInstance().isOpenForGroup
const rightPanel = RightPanelStore.getSharedInstance().isOpenForGroup
? <RightPanel groupId={this.props.groupId} />
: undefined;