From e1bf273f9e566a749893803f427ff4eb27979fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=20Gramn=C3=A6s=20Tjernshaugen?= Date: Tue, 23 Jul 2024 09:04:56 +0200 Subject: [PATCH] Revert "Commented out unused variable" This reverts commit 02752a2d0c03bebdfa02563594c96f51623d3b81. --- src/pages/applications/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/applications/index.tsx b/src/pages/applications/index.tsx index 445df528..ec866f5a 100644 --- a/src/pages/applications/index.tsx +++ b/src/pages/applications/index.tsx @@ -17,7 +17,7 @@ const getHourlyUpdatedSortKey = (key: string) => { const Committees: React.FC = () => { const [committees, setCommittees] = useState([]); - // const applicationFormUrl = 'https://forms.gle/BpQfh42FXfC85tNd6'; // updated for August 2023 + const applicationFormUrl = 'https://forms.gle/BpQfh42FXfC85tNd6'; // updated for August 2023 useEffect(() => { console.log('Running');