diff options
Diffstat (limited to 'ui/src/components/history/Stats.tsx')
| -rw-r--r-- | ui/src/components/history/Stats.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/history/Stats.tsx b/ui/src/components/history/Stats.tsx index df25d930..9e2c9a64 100644 --- a/ui/src/components/history/Stats.tsx +++ b/ui/src/components/history/Stats.tsx @@ -48,7 +48,7 @@ function TopTable({ stats }: any) { </tr> </thead> <tbody className="divide-y divide-gray-200 bg-white"> - {stats.map((stat) => ( + {stats.map((stat: any) => ( <tr> <td className="whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium text-gray-900 sm:pl-6 lg:pl-8"> {stat[0][0]} |
