Skip to content

Commit b525a99

Browse files
author
김준서 Junseo Kim
authored
Merge pull request #415 from Moadong/develop-fe
[release] v1.0.4
2 parents f4eaf2b + ad4cecb commit b525a99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/pages/ClubDetailPage/components/SnsLinkIcons/SnsLinkIcons.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ interface SnsLinkIconsProps {
88
}
99

1010
const SnsLinkIcons = ({ apiSocialLinks }: SnsLinkIconsProps) => {
11+
if (!apiSocialLinks) return null;
1112
return (
1213
<Styled.SnsIconGroup>
1314
{Object.entries(apiSocialLinks).map(([platform, url]) => {

0 commit comments

Comments
 (0)