We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PostType을 받아 내부에서 switch문으로 필요한 값들(편집 페이지 링크, server action 등)은 소식탭쪽 수정사항이 있을 때마다 PostFooter를 수정해야된다는 문제가 있습니다.
따라서 postType이 아닌 필요한 값들을 직접 prop으로 건네주는 식으로 리팩터링합니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PostType을 받아 내부에서 switch문으로 필요한 값들(편집 페이지 링크, server action 등)은 소식탭쪽 수정사항이 있을 때마다 PostFooter를 수정해야된다는 문제가 있습니다.
따라서 postType이 아닌 필요한 값들을 직접 prop으로 건네주는 식으로 리팩터링합니다.
The text was updated successfully, but these errors were encountered: