Skip to content

Commit

Permalink
merge 모집의뢰서 링크 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
eejx0 authored Nov 7, 2024
2 parents ea560c1 + 7dd4c7d commit 8395d3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/company/src/app/my/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import XIcon from "../../../public/No.svg";
export default function My() {
const router = useRouter();
const { data: myRecruitmentList, isLoading } = useMyRecruitmentList();

const hasRecruitments = !!myRecruitmentList?.my_recruitments?.length;

return (
Expand Down Expand Up @@ -98,7 +97,9 @@ export default function My() {
>
모집 의뢰서가 없습니다.
</Text>
<S.Button>추가하기</S.Button>
<Link href={"/recruitments/chose"}>
<S.Button>추가하기</S.Button>
</Link>
</div>
)}
</S.Container>
Expand Down

0 comments on commit 8395d3e

Please sign in to comment.