Skip to content

Commit

Permalink
bruh linting is cringe
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wg committed May 22, 2024
1 parent 29f98f9 commit d177065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const Home: NextPage<PageProps<CurrentSessionsQuery>> = ({ 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: '🐀' }]},

Check failure on line 98 in frontend/src/pages/index.tsx

View workflow job for this annotation

GitHub Actions / Lint

Insert `·`

Check failure on line 98 in frontend/src/pages/index.tsx

View workflow job for this annotation

GitHub Actions / Lint

Insert `·`
startTime: new Date().toISOString(),
id: 'rat',
},
Expand Down

0 comments on commit d177065

Please sign in to comment.