From d623d617687642620627b4fb86b394fde01309ed Mon Sep 17 00:00:00 2001 From: Jake Kasper Date: Thu, 28 Aug 2025 08:30:44 -0500 Subject: [PATCH] asdf --- frontend/src/pages/History/History.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/pages/History/History.js b/frontend/src/pages/History/History.js index 392bc2a..f6e4aa2 100644 --- a/frontend/src/pages/History/History.js +++ b/frontend/src/pages/History/History.js @@ -14,6 +14,7 @@ import ApplicationViewModal from '../../components/Applications/ApplicationViewM import toast from 'react-hot-toast'; const History = () => { + // State for applications and UI const [completedApplications, setCompletedApplications] = useState([]); const [applicationLogs, setApplicationLogs] = useState([]); const [loading, setLoading] = useState(true);