mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +00:00
fix lint
This commit is contained in:
parent
4480423731
commit
c49c2c00ff
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ const useStreamingServerSettingsInputs = (streamingServer) => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
}, [streamingServer.settings]);
|
}, [streamingServer.settings]);
|
||||||
|
|
||||||
const remoteEndpointSelect = React.useMemo(() => {
|
const remoteEndpointSelect = React.useMemo(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue