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);