diff --git a/src/components/statistics/RecentSessions.tsx b/src/components/statistics/RecentSessions.tsx index 62caa54..a6cd72c 100644 --- a/src/components/statistics/RecentSessions.tsx +++ b/src/components/statistics/RecentSessions.tsx @@ -1,5 +1,5 @@ interface RecentSession { - id: number; + id: string; date: string; type: string; track: string;