Skip to content

Commit

Permalink
Chore: 모집 true
Browse files Browse the repository at this point in the history
  • Loading branch information
YenaLey committed Sep 25, 2024
1 parent aedb5ae commit 57b67d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/JoinQuipu/JoinQuipu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Logo from '../../component/logo';
import Footer from '../Footer/Footer';

function JoinQuipu() {
const isRecruiting = false; // 모집 기간 여부
const isRecruiting = true; // 모집 기간 여부

const location = useLocation();
const { selectedPage } = location.state || {};
Expand Down

0 comments on commit 57b67d1

Please sign in to comment.