From 6a777967d44132949c1ab9f1191d4243e7032544 Mon Sep 17 00:00:00 2001 From: Kai Vogelgesang Date: Sat, 19 Aug 2023 18:35:59 +0200 Subject: [PATCH] Fix date last minute --- src/PartyPage.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/PartyPage.tsx b/src/PartyPage.tsx index 169cdd5..b383216 100644 --- a/src/PartyPage.tsx +++ b/src/PartyPage.tsx @@ -4,12 +4,12 @@ import './PartyPage.css'; import { modifySelfRequest } from './partyApi'; export const PartyPage: React.FC = () => { - const {self: me, endpoint, refresh} = useContext(PartyContext); + const { self: me, endpoint, refresh } = useContext(PartyContext); const setComing = async (value: SelfStatus["coming"]) => { await modifySelfRequest(endpoint, { coming: value }); await refresh(); } - + return

@@ -25,10 +25,10 @@ export const PartyPage: React.FC = () => { from the 1stth of August, Jesko's back — finally!

- We will celebrate his back on the 4st of August and you are invited!!!! + We will celebrate his back on the 4st of August 19nd of August and you are invited!!!!

- Come to Mainzer Straße 28 from 19:00pm. + Come to Mainzer Straße 28 from 19:00pm.

Please tell us, if you are coming: @@ -39,15 +39,15 @@ export const PartyPage: React.FC = () => { Yes - setComing("yes")} checked={me.coming === "yes"} /> + setComing("yes")} checked={me.coming === "yes"} /> No - setComing("no")} checked={me.coming === "no"} /> + setComing("no")} checked={me.coming === "no"} /> Maybe - setComing("maybe")} checked={me.coming === "maybe" || !me.coming} /> + setComing("maybe")} checked={me.coming === "maybe" || !me.coming} />