aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-05-06 00:12:05 -0700
committerPinapelz <yukais@pinapelz.com>2025-05-06 02:39:19 -0700
commitd5f30fefdea5a75337b1e7fbc8a101a5df9f2e47 (patch)
treefd5b52468f5de2dac4df89369ab70bfde9d296e3 /src
parent913f28e2f27830192a1c80270612d8314eed3353 (diff)
chore: bump caniuse
Diffstat (limited to 'src')
-rw-r--r--src/components/SubscriberTable/TwitchDataTable.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SubscriberTable/TwitchDataTable.tsx b/src/components/SubscriberTable/TwitchDataTable.tsx
index 3c0680c..2294be3 100644
--- a/src/components/SubscriberTable/TwitchDataTable.tsx
+++ b/src/components/SubscriberTable/TwitchDataTable.tsx
@@ -148,7 +148,7 @@ const TwitchDataTable = ({ channel_data, timestamp }: TwitchDataTableProp) => {
)}
</th>
<th
- className="py-1 px-1 sm:px-3 cursor-pointer"
+ className="py-1 px-1 sm:px-3 cursor-pointer hidden sm:table-cell"
onClick={() => handleSort("total_sum")}
>
SUM(YT+TTV)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage