Skip to content

Commit

Permalink
chore: remove visiblity condition (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuhho committed Jul 14, 2024
1 parent 68d1114 commit dfd459a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Common/CounselorCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,6 @@ const CounselorCard = ({
//
//

if (isSavedCounselorPage && !isSaved) {
return null;
}

return (
<Wrapper>
{renderIntroSection()}
Expand Down

0 comments on commit dfd459a

Please sign in to comment.