Skip to content

Conversation

@lalaurrel
Copy link
Collaborator

주요 작업 내용

  • myPage 충돌 해결했습니다

기타 작업 내용

  • 없음

코드 리뷰 포인트

  • 없음

작업 화면

  • 없음

@lalaurrel lalaurrel added fix Fix bugs that don't work refactor Improve code structure and readability labels Nov 29, 2024
@lalaurrel lalaurrel requested a review from gustn99 November 29, 2024 04:46
@lalaurrel lalaurrel self-assigned this Nov 29, 2024
const navigate = useNavigate();
const [isLoading, setIsLoading] = useState(true);
const [isBottomSheetOpen, setIsBottomSheetOpen] = useState(false);
const [posts, setPosts] = useState<GetUserPostListData['post']>([]);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UserPostSummary 인터페이스가 있는데 GetUserPostListData['post']로 접근하는 이유가 있나용? 특별한 이유가 없다면 UserPostSummary 타입을 사용하는 게 가독성이 좋을 것 같아요!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정하겠슴다~! 오늘 저녁에 올릴게용

@lalaurrel lalaurrel requested a review from gustn99 November 30, 2024 15:18
@gustn99 gustn99 merged commit 91f90bf into dev Nov 30, 2024
1 check passed
@gustn99 gustn99 deleted the feat/OD-121 branch November 30, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Fix bugs that don't work refactor Improve code structure and readability

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants