mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-08 20:17:31 +00:00
delete: unneccessary empty line in StreamsList.js
This commit is contained in:
parent
1975936eed
commit
aa646a5573
1 changed files with 0 additions and 1 deletions
|
|
@ -96,7 +96,6 @@ const StreamsList = ({ className, video, ...props }) => {
|
|||
setIsScrollable(isScrollable);
|
||||
}
|
||||
}, [streamsByAddon, selectedAddon]);
|
||||
|
||||
const scrollToTop = () => {
|
||||
if (streamsContainerRef.current) {
|
||||
streamsContainerRef.current.scroll({
|
||||
|
|
|
|||
Loading…
Reference in a new issue