mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fixed indentation
This commit is contained in:
parent
7a66e54651
commit
b002a1c194
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ const StreamsList = ({ className, video, ...props }) => {
|
|||
`?${new URLSearchParams({'season': video.season})}`
|
||||
:
|
||||
null
|
||||
));
|
||||
));
|
||||
} else {
|
||||
window.history.back();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue