add userId to props validation
This commit is contained in:
parent
bff5e7116a
commit
5c4ba4dc83
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ type Props = {
|
||||||
toggleVideoTheaterMode: () => void,
|
toggleVideoTheaterMode: () => void,
|
||||||
adUrl: ?string,
|
adUrl: ?string,
|
||||||
claimId: ?string,
|
claimId: ?string,
|
||||||
|
userId: ?number,
|
||||||
};
|
};
|
||||||
|
|
||||||
// type VideoJSOptions = {
|
// type VideoJSOptions = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue