diff --git a/1.py b/1.py new file mode 100644 index 0000000..5f02ad5 --- /dev/null +++ b/1.py @@ -0,0 +1 @@ +print(8 % 7) \ No newline at end of file diff --git a/WEB/app/src/app/components/сalendar.js b/WEB/app/src/app/components/сalendar.js index b81a1a0..c795f47 100644 --- a/WEB/app/src/app/components/сalendar.js +++ b/WEB/app/src/app/components/сalendar.js @@ -111,7 +111,7 @@ const Calendar = () => { {day} {getBirthdaysForDay(day).length > 0 && (
- 🎂 +
{getBirthdaysForDay(day).map(user => (
{user.last_name} {user.first_name}