aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/SubscriberTable/SubscriberTableRow.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/SubscriberTable/SubscriberTableRow.tsx')
-rw-r--r--src/components/SubscriberTable/SubscriberTableRow.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/SubscriberTable/SubscriberTableRow.tsx b/src/components/SubscriberTable/SubscriberTableRow.tsx
index e97af1c..040c693 100644
--- a/src/components/SubscriberTable/SubscriberTableRow.tsx
+++ b/src/components/SubscriberTable/SubscriberTableRow.tsx
@@ -25,6 +25,7 @@ const ChannelRow: React.FC<ChannelRowProps> = ({ channel, index }) => (
</td>
<td className="py-3 px-1 sm:px-3 hidden sm:table-cell">{channel.sub_org}</td>
<td className="py-3 px-1 sm:px-3 hidden sm:table-cell">{channel.video_count}</td>
+ <td className="py-3 px-1 sm:px-3 hidden sm:table-cell">{Number(channel.views).toLocaleString()}</td>
<td className="py-3 px-1 sm:px-3">{Number(channel.subscribers).toLocaleString()}</td>
<td className="py-3 px-1 sm:px-3">
{channel.day_diff > 0 ? `+${Number(channel.day_diff).toLocaleString()}` : Number(channel.day_diff).toLocaleString()}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage