Skip to content

Commit

Permalink
fix(FEC-6960): ads time display fix (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvir Hazout authored and Dan Ziv committed Sep 11, 2017
1 parent ed7c060 commit e2a3c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui-presets/ads.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PlayPauseControl from '../components/play-pause';
import SeekBarAdsContainer from '../components/seekbar-ads-container';
import VolumeControl from '../components/volume';
import FullscreenControl from '../components/fullscreen';
import TimeDisplayPlaybackContainer from '../components/time-display-playback-container';
import TimeDisplayAdsContainer from '../components/time-display-ads-container';
import AdSkip from '../components/ad-skip';
import AdLearnMore from '../components/ad-learn-more';
import TopBar from '../components/top-bar';
Expand Down Expand Up @@ -49,7 +49,7 @@ export default function adsUI(props: any): React$Element<any> {
<SeekBarAdsContainer adBreak showFramePreview showTimeBubble player={props.player} />
<div className='left-controls'>
<PlayPauseControl player={props.player} />
<TimeDisplayPlaybackContainer />
<TimeDisplayAdsContainer />
</div>
<div className='right-controls'>
<VolumeControl player={props.player} />
Expand Down

0 comments on commit e2a3c8f

Please sign in to comment.