diff --git a/frontend/src/pages/index.tsx b/frontend/src/pages/index.tsx index 13a7421..676cb07 100644 --- a/frontend/src/pages/index.tsx +++ b/frontend/src/pages/index.tsx @@ -100,7 +100,7 @@ const Home: NextPage> = ({ data }) => { id: 'rat', }, ]; - } + }; return sessions; };