Skip to content

Commit

Permalink
more linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wg committed May 22, 2024
1 parent d177065 commit 6dd2975
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 @@ -100,7 +100,7 @@ const Home: NextPage<PageProps<CurrentSessionsQuery>> = ({ data }) => {
id: 'rat',
},
];
}
};

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

View workflow job for this annotation

GitHub Actions / Lint

Delete `;`

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

View workflow job for this annotation

GitHub Actions / Lint

Delete `;`
return sessions;
};

Expand Down

0 comments on commit 6dd2975

Please sign in to comment.