Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Nov 15, 2017
1 parent 7284a19 commit 2ac23f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/ui/window/full-screen-info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export class FullScreenInfo extends React.Component<
private infoDisappearTimeoutId: number | null = null
private transitionGroupDisappearTimeoutId: number | null = null

public constructor() {
super()
public constructor(props: IFullScreenInfoProps) {
super(props)

this.state = {
renderInfo: false,
Expand Down

0 comments on commit 2ac23f0

Please sign in to comment.