Skip to content

Commit

Permalink
Revert "Commented out unused variable"
Browse files Browse the repository at this point in the history
This reverts commit 02752a2.
  • Loading branch information
jotjern committed Jul 23, 2024
1 parent d1fa6d2 commit e1bf273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/applications/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const getHourlyUpdatedSortKey = (key: string) => {

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

useEffect(() => {
console.log('Running');
Expand Down

0 comments on commit e1bf273

Please sign in to comment.