mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
test
This commit is contained in:
parent
b138eda9b6
commit
8df60920f4
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ export function TopFlix() {
|
||||||
return (
|
return (
|
||||||
<ConfigValue key={item.tmdbFullId} name={item.title}>
|
<ConfigValue key={item.tmdbFullId} name={item.title}>
|
||||||
{`${item.providerId} - Provided: ${successText}, Views: ${item.count}`}
|
{`${item.providerId} - Provided: ${successText}, Views: ${item.count}`}
|
||||||
{/*<img src={coverUrl} alt={item.title} />*/}
|
{/* <img src={coverUrl} alt={item.title} /> */}
|
||||||
</ConfigValue>
|
</ConfigValue>
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
|
|
Loading…
Reference in a new issue