Skip to content

Commit 8a4459f

Browse files
committed
set job recomendations close at first
1 parent 3fcdbfb commit 8a4459f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nextstep-frontend/src/pages/MainDashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const MainDashboard: React.FC = () => {
7171
const [loadingJobs, setLoadingJobs] = useState(false); // New state for loading jobs
7272

7373
// Job Recommendations toggle
74-
const [showJobRecommendations, setShowJobRecommendations] = useState(true); // New state for toggle
74+
const [showJobRecommendations, setShowJobRecommendations] = useState(false); // New state for toggle
7575

7676
const toggleJobRecommendations = () => {
7777
setShowJobRecommendations(!showJobRecommendations);

0 commit comments

Comments
 (0)