diff options
-rw-r--r-- | src/containers/BsuFantomSection/EventForm.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/BsuFantomSection/EventForm.tsx b/src/containers/BsuFantomSection/EventForm.tsx index beb94fd..d92ad44 100644 --- a/src/containers/BsuFantomSection/EventForm.tsx +++ b/src/containers/BsuFantomSection/EventForm.tsx @@ -21,7 +21,7 @@ const EventForm: React.FC<PropTypes> = ({ mutate }) => { if (date && conferenceId) { const event: Event["data"] = { name, - date, + date: date + ' +03:00', attendanceId, conferenceId, participants: [] |