diff options
Diffstat (limited to 'src/components/SubscriberTable/TwitchDataTable.tsx')
| -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) |
