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

Commit

Permalink
Removes leftovers in Main from PR 9488
Browse files Browse the repository at this point in the history
Auditors:

Test Plan:
  • Loading branch information
NejcZdovc committed Jun 20, 2017
1 parent 1a75d4d commit fdce33e
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 fdce33e

Please sign in to comment.