fixed indentation

This commit is contained in:
ArtificialSloth 2024-09-17 04:41:48 -04:00
parent 7a66e54651
commit b002a1c194

View file

@ -26,7 +26,7 @@ const StreamsList = ({ className, video, ...props }) => {
`?${new URLSearchParams({'season': video.season})}`
:
null
));
));
} else {
window.history.back();
}