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
- 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 = () => {