1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

Remove the provided status due to addition property

This commit is contained in:
Cooper Ransom 2024-03-14 23:34:57 -04:00
parent 5c74b40ebc
commit bb4f7e7c79

View file

@ -138,7 +138,6 @@ export function TopFlix() {
<ConfigValue key={item.tmdbFullId} name={item.title}>
{`${item.providerId} - Views: `}
<strong>{item.count}</strong>
{`, Provided: ${successText}`}
{/* <img src={coverUrl} alt={item.title} /> */}
</ConfigValue>
);