Skip to content

Commit

Permalink
fix(FEC-7194): transition from ads > live error fix (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvir Hazout authored and Dan Ziv committed Oct 2, 2017
1 parent cc66178 commit 97227fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui-presets/live.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import LiveTag from '../components/live-tag';
export default function liveUI(props: any): React$Element<any> {
return (
<div className='playback-gui-wrapper'>
<KeyboardControl player={props.player} />
<KeyboardControl player={props.player} config={props.config} />
<Loading player={props.player} />
<div className='player-gui' id='player-gui'>
<OverlayPortal />
Expand Down

0 comments on commit 97227fe

Please sign in to comment.