Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #9597 from NejcZdovc/hotfix/widevinePanel
Browse files Browse the repository at this point in the history
Removes leftovers in Main from PR #9488
  • Loading branch information
NejcZdovc authored Jun 20, 2017
2 parents 1a75d4d + fdce33e commit bddf5cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/renderer/components/main/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -701,9 +701,7 @@ class Main extends ImmutableComponent {
}
{
widevinePanelIsVisible
? <WidevinePanel

onHide={this.onHideWidevinePanel} />
? <WidevinePanel />
: null
}
{
Expand Down

0 comments on commit bddf5cc

Please sign in to comment.