Skip to content

[hotfix] socialLinks가 undefined일 때 오류 방지 #413

@oesnuj

Description

@oesnuj

📄 어떤 기능인가요?

apiSocialLinks가 없을 경우 바로 return null 처리하여
배포 환경에서 발생한 상세페이지 에러를 방지하는 기능입니다.


🏁 할 일

  • SnsLinkIcons 컴포넌트 최상단에 if (!apiSocialLinks) return null; 추가
  • 배포 후 상세페이지 에러 발생 여부 모니터링
  • 백엔드에서 socialLinks 기능 정상 반영 시 연동 테스트

Metadata

Metadata

Assignees

Labels

🐞 BugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions