mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 01:35:08 +01:00
fix linting problem
This commit is contained in:
parent
2064e42bcb
commit
20e35d0549
@ -134,7 +134,7 @@ export function CaptionsView({ id }: { id: string }) {
|
||||
[selectCaptionById, setCurrentlyDownloading],
|
||||
);
|
||||
|
||||
const content = subtitleList.map((v, i) => {
|
||||
const content = subtitleList.map((v) => {
|
||||
return (
|
||||
<CaptionOption
|
||||
// key must use index to prevent url collisions
|
||||
|
Loading…
Reference in New Issue
Block a user