Skip to content
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

전체 QA #90

Merged
merged 2 commits into from
Sep 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
#87 refactor: 팀 문서 생성 페이지 디자인 수정
  • Loading branch information
MyungJiwoo committed Sep 25, 2024
commit 598eda5b59f01719ab0a4268e4106467d371c756
2 changes: 1 addition & 1 deletion src/pages/CreateTeamBoardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const CreateTeamBoard = () => {
<Flex flexDirection="column" alignItems="center">
<RowWrapper>
{/* ! 팀원일 때 스타일 오류나면 고쳐야 할 곳 */}
<LastLabel isNotCreator={isCreator?.myId !== isCreator.creatorId}>팀원</LastLabel>
<LastLabel isNotCreator={isCreator?.myId === isCreator.creatorId}>팀원</LastLabel>
{/* 팀원일 때 보여질 팀원 리스트 */}
<Flex flexDirection="column">
{isCreator?.myId !== isCreator.creatorId && (
Expand Down