Skip to content

Commit

Permalink
test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jotjern committed Jul 23, 2024
1 parent 02752a2 commit d1fa6d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/applications/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const getHourlyUpdatedSortKey = (key: string) => {
return hash.digest('hex');

Check failure on line 13 in src/pages/applications/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/pages/applications/index.tsx#L13

Delete `··` (prettier/prettier)
}

Check failure on line 14 in src/pages/applications/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/pages/applications/index.tsx#L14

Insert `;` (prettier/prettier)

// test

const Committees: React.FC = () => {
const [committees, setCommittees] = useState<IOnlineGroup[]>([]);
// const applicationFormUrl = 'https://forms.gle/BpQfh42FXfC85tNd6'; // updated for August 2023
Expand Down

0 comments on commit d1fa6d2

Please sign in to comment.