Skip to content

Commit 8a0a4b8

Browse files
committed
fix up props
1 parent 4a08e6c commit 8a0a4b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/views/streaming/webcams.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ type WebcamType = {
2424
pageUrl: string,
2525
name: string,
2626
thumbnail: string,
27+
thumbnailUrl?: string,
28+
textColor: string,
2729
accentColor: [number, number, number],
2830
}
2931

3032
type Props = {}
3133

3234
type State = {
3335
webcams: Array<WebcamType>,
34-
width: number,
3536
loading: boolean,
3637
refreshing: boolean,
3738
}

0 commit comments

Comments
 (0)