mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
fix(EpisodePicker): lint
This commit is contained in:
parent
b2f5fb74c8
commit
7915424fa4
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ const EpisodePicker = ({ className, onSubmit }: Props) => {
|
|||
return season === initialSeason && episode === initialEpisode;
|
||||
}, [season, episode, initialSeason, initialEpisode]);
|
||||
|
||||
|
||||
const handleSubmit = () => {
|
||||
onSubmit(season, episode);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue