diff --git a/components/behavior/FrustrationTable.tsx b/components/behavior/FrustrationTable.tsx index cf1041c..789ce5d 100644 --- a/components/behavior/FrustrationTable.tsx +++ b/components/behavior/FrustrationTable.tsx @@ -65,6 +65,9 @@ function SelectorCell({ selector }: { selector: string }) { ) } +const GRID_WITH_AVG = 'grid grid-cols-[1fr_60px_50px_64px_64px_40px] items-center gap-2 h-9 px-2 -mx-2' +const GRID_NO_AVG = 'grid grid-cols-[1fr_60px_64px_64px_40px] items-center gap-2 h-9 px-2 -mx-2' + function Row({ item, showAvgClicks, @@ -73,32 +76,30 @@ function Row({ showAvgClicks?: boolean }) { return ( -
+ Rage and dead clicks split across current and previous period +
+ +