Skip to content

Commit

Permalink
prompt 수정, console 제거 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonghyun421 authored and JaeHyup0504 committed May 17, 2024
1 parent e196bee commit 85ce5a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/MyPage/UserPrevious/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ const UserPreviousList = ({
const savedDate = new Date(seconds * 1000);
const difference = Math.floor((currentDate.getTime() - savedDate.getTime()) / (1000 * 3600 * 24));

console.log(difference);

if (difference === 0) {
return "Today";
} else if (difference === 1) {
Expand Down

0 comments on commit 85ce5a4

Please sign in to comment.