From d85c2cbf87da2e26974f373619026a6a52a950c0 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Thu, 14 Mar 2024 23:00:54 -0400 Subject: [PATCH] This is not goin well --- src/pages/TopFlix.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/TopFlix.tsx b/src/pages/TopFlix.tsx index 89bd2f93..171f8e39 100644 --- a/src/pages/TopFlix.tsx +++ b/src/pages/TopFlix.tsx @@ -136,7 +136,9 @@ export function TopFlix() { const coverUrl = getMediaPoster(item.tmdbFullId); return ( - {`${item.providerId} - Provided: ${successText}, Views: ${item.count}`} + {`${item.providerId} - Views: `} + {item.count} + {`, Provided: ${successText}`} {/* {item.title} */} );