mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-29 04:51:50 +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],
|
[selectCaptionById, setCurrentlyDownloading],
|
||||||
);
|
);
|
||||||
|
|
||||||
const content = subtitleList.map((v, i) => {
|
const content = subtitleList.map((v) => {
|
||||||
return (
|
return (
|
||||||
<CaptionOption
|
<CaptionOption
|
||||||
// key must use index to prevent url collisions
|
// key must use index to prevent url collisions
|
||||||
|
Loading…
Reference in New Issue
Block a user