-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: 공유 링크에 참여자 이름을 추가하는 기능 추가 * refactor: 카카오톡 image url getImageUrl을 사용하여 가져오도록 설정 * feat: 참여자 명단 앞에 참여자 키워드 붙이고, 참여자 뒤 개행 추가
- Loading branch information
1 parent
78dd18c
commit 7a28f86
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ const useEventPageLayout = () => { | |
isAdmin, | ||
event, | ||
eventSummary, | ||
allMembers: members, | ||
}; | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters