Skip to content

Commit

Permalink
fix:배포 전 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloHailie committed Nov 24, 2022
1 parent 16aff2c commit d20c140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Mypage/PuppyInfoPost.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const PuppyInfoPost = () => {
.catch((err) => {
console.log(err);
});
}, [allData]);
}, []);

return (
<PuppyInfoPostContainer>
Expand Down
2 changes: 1 addition & 1 deletion client/src/page/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Login = () => {
const socialAlert = () => {
Swal.fire({
icon: "info",
text: "미완성 기능입니다",
text: "준비중인 기능입니다",
});
};

Expand Down

0 comments on commit d20c140

Please sign in to comment.