From d177065714c6d0c2ad590a1a2f3096e9c8fb0ebc Mon Sep 17 00:00:00 2001 From: Simon Westlin Green Date: Thu, 23 May 2024 01:35:19 +0200 Subject: [PATCH] bruh linting is cringe --- frontend/src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/index.tsx b/frontend/src/pages/index.tsx index 7b2e4c8..13a7421 100644 --- a/frontend/src/pages/index.tsx +++ b/frontend/src/pages/index.tsx @@ -95,7 +95,7 @@ const Home: NextPage> = ({ data }) => { if (sessions.length === 0) { return [ { - user: { cid: 'simongre', nick: 'Hubbenråttan', groups: [{ name: "ratIT", prettyName: "🐀" }]}, + user: { cid: 'simongre', nick: 'Hubbenråttan', groups: [{ name: 'ratIT', prettyName: '🐀' }]}, startTime: new Date().toISOString(), id: 'rat', },