[web] Fix cast build
This commit is contained in:
parent
19b71e2f2a
commit
fdc7cf6ad8
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@ const load = (() => {
|
|||
|
||||
export const useCastReceiver = () => {
|
||||
const [receiver, setReceiver] = useState<Receiver | null>({
|
||||
cast: null,
|
||||
debug: null,
|
||||
cast: null
|
||||
});
|
||||
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue