Skip to content

Commit

Permalink
Merge pull request #214 from bsideproject/feature/user
Browse files Browse the repository at this point in the history
[feat] Editprofile -> 내일 좋아요 <> 싫어요 안되는 부분 체크!
  • Loading branch information
KinDDoGGang authored Nov 15, 2023
2 parents e6f956b + 838ead3 commit 279c6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/userInfo/editProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function EditProfile({ _imageSrc, userInfo }: ProfileProps) {
profileData.gender = buttonState.toUpperCase();
profileData.birthDate = formatDate(data.dateOfBirth, 'yyyymmdd') || profileData.birthDate;
const result = await modifyProfile(profileData);
toast('Successfully saved');
toast.error('Successfully saved');
closeModal();
} catch (error) {
console.error('[ERROR] EDIT PROFILE', error);
Expand Down

0 comments on commit 279c6e8

Please sign in to comment.