diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-05-06 00:12:05 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-05-06 02:39:19 -0700 |
| commit | d5f30fefdea5a75337b1e7fbc8a101a5df9f2e47 (patch) | |
| tree | fd5b52468f5de2dac4df89369ab70bfde9d296e3 /src/components | |
| parent | 913f28e2f27830192a1c80270612d8314eed3353 (diff) | |
chore: bump caniuse
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/SubscriberTable/TwitchDataTable.tsx | 2 |
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) |
