mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
return null action if no action must be dispatched on new state
This commit is contained in:
parent
20395658bf
commit
178446fcfb
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ const onNewDiscoverState = (discover) => {
|
|||
}
|
||||
}
|
||||
};
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue