mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 05:32:09 +00:00
adapt to new api of board hook
This commit is contained in:
parent
b609124819
commit
469491f09c
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const useContinueWatchingPreview = require('./useContinueWatchingPreview');
|
|||
const styles = require('./styles');
|
||||
|
||||
const Board = () => {
|
||||
const board = useBoard();
|
||||
const [board] = useBoard();
|
||||
const profile = useProfile();
|
||||
const streamingServer = useStreamingServer();
|
||||
const continueWatchingPreview = useContinueWatchingPreview();
|
||||
|
|
|
|||
Loading…
Reference in a new issue