-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Feature/#284 participant menu #285
Conversation
export interface ParticipantMenuProps extends FlexProps { | ||
leader?: Member; | ||
includeMembers: Member[]; | ||
excludeMembers: Member[]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저는 exclude Members가 없을 예정이라서요 nullable
붙여주실 수 있을까요?
onMandateLeader={onMandateLeader} | ||
/> | ||
))} | ||
<Divider /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
searchedExcludeMember의 데이터가 있을때만 Divider이 있으면 좋겠습니다!
- includeMembers, excludeMembers optional - excludeMember가 존재할때만 Divider - #284
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굿굿!!!
관련 이슈
작업 요약
작업 상세 설명
리뷰 요구 사항
미리 보기