Skip to content

Commit

Permalink
feat: 참여하기 버튼이 pending 상태인 경우 로딩 스피너가 보이도록 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pp449 committed Dec 13, 2024
1 parent ceec615 commit b488a53
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ const RoomCardModalButton = ({ roomInfo }: RoomCardModalButtonProps) => {
size="small"
disabled={postParticipateInMutation.isPending}
onClick={roomInfo.isPublic ? handleParticipateRoomClick : handleNoticeModal}
isLoading={postParticipateInMutation.isPending}
>
참여하기
</Button>
Expand Down

0 comments on commit b488a53

Please sign in to comment.