Skip to content

Commit

Permalink
Merge branch 'hotfix' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KANGYONGSU23 committed Nov 28, 2023
2 parents 9f7650a + 7f22851 commit e0e5322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mypage/AppliedCompaniesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function AppliedCompaniesList() {
return (
<div className="mt-10">
<p className="text-b1 leading-b1 font-m">내가 지원한 기업</p>
{!applications && (
{!applications?.applications.length && (
<div className="flex flex-col items-center justify-center w-full h-[50vh]">
<Image width={140} height={90} src={Docs} alt="DOCS" />
<p className="text-caption leading-caption font-r text-[#7f7f7f] mt-2">
Expand Down

0 comments on commit e0e5322

Please sign in to comment.