Skip to content

Commit

Permalink
Revert hardcoded birthday
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-Papa committed Sep 10, 2024
1 parent ac12a62 commit 5a0970f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mobile/screens/User/UserDashboardScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ export default function UserDashboardScreen(props: any) {
new Date(second.date).getTime() - new Date(first.date).getTime()
);
});
animal.dateOfBirth = new Date();
animal.dateOfBirth.setFullYear(2010);

setAnnouncements(announcementList);
setUserInfo(user);
Expand Down

0 comments on commit 5a0970f

Please sign in to comment.