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
1 changed files with 0 additions and 1 deletions

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>
);