From 2ebf4af506cdf7e4e85e204fc428340b6b8bf9ad Mon Sep 17 00:00:00 2001 From: Andrei Duvakin Date: Tue, 28 Jan 2025 20:31:58 +0500 Subject: [PATCH] ._. --- 1.py | 1 + WEB/app/src/app/components/сalendar.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 1.py 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}