diff --git a/components/molecules/cards/ProfileCommentCard.tsx b/components/molecules/cards/ProfileCommentCard.tsx index 6b1cc6695..a9a32ebaf 100644 --- a/components/molecules/cards/ProfileCommentCard.tsx +++ b/components/molecules/cards/ProfileCommentCard.tsx @@ -36,11 +36,11 @@ export default function ProfileCommentCard({ {comment !== null ? comment : user.comment} - {/* {setMemo && ( + {setMemo && ( - )} */} + )} {rightComponent} diff --git a/components/molecules/picker/PlaceSelectorSub.tsx b/components/molecules/picker/PlaceSelectorSub.tsx index a65a4ba04..12e39b52e 100644 --- a/components/molecules/picker/PlaceSelectorSub.tsx +++ b/components/molecules/picker/PlaceSelectorSub.tsx @@ -86,20 +86,21 @@ function PlaceSelectorSub({ places, selectPlaces, setSelectPlaces }: IPlaceSelec const Layout = styled.div<{ isTwoPage: boolean }>` position: relative; height: 100%; - padding: 12px 20px; + padding: 12px 16px; + padding-top: 4px; `; const LeftArrow = styled.div` padding: 8px; position: absolute; top: 38%; - left: -8px; + left: -12px; `; const RightArrow = styled.div` padding: 8px; position: absolute; top: 38%; - right: -8px; + right: -12px; `; export default PlaceSelectorSub; diff --git a/components/services/studyVote/StudyVoteDrawer.tsx b/components/services/studyVote/StudyVoteDrawer.tsx index 9704432ce..e715760b1 100644 --- a/components/services/studyVote/StudyVoteDrawer.tsx +++ b/components/services/studyVote/StudyVoteDrawer.tsx @@ -33,7 +33,7 @@ export default function StudyVoteDrawer({ setIsModal }: IStudyVoteDrawer) { const { data: session } = useSession(); const { date, id } = useParams<{ date: string; id: string }>(); const location = PLACE_TO_LOCATION[id]; - + const toast = useToast(); const studyDateStatus = useRecoilValue(studyDateStatusState); const myStudy = useRecoilValue(myStudyState); @@ -75,7 +75,7 @@ export default function StudyVoteDrawer({ setIsModal }: IStudyVoteDrawer) { const handleSuccess = async () => { queryClient.invalidateQueries([STUDY_VOTE, date, location || session?.user.location]); - + if (myPrevVotePoint) { await getPoint({ message: "스터디 투표 취소",