aboutsummaryrefslogtreecommitdiff
path: root/src/containers/BsuFantomSection/BsuFantomSection.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/BsuFantomSection/BsuFantomSection.tsx')
-rw-r--r--src/containers/BsuFantomSection/BsuFantomSection.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/containers/BsuFantomSection/BsuFantomSection.tsx b/src/containers/BsuFantomSection/BsuFantomSection.tsx
index a05d180..496c210 100644
--- a/src/containers/BsuFantomSection/BsuFantomSection.tsx
+++ b/src/containers/BsuFantomSection/BsuFantomSection.tsx
@@ -3,6 +3,7 @@ import { ContentSection } from 'react-benzin';
import { Grid, Link } from '@material-ui/core';
import EventCard from '../../components/EventCard/EventCard';
import { useEvents } from '../../hooks/APIClient';
+import EventForm from './EventForm';
const BsuFantomSection: React.FC = () => {
@@ -13,6 +14,9 @@ const BsuFantomSection: React.FC = () => {
<p>
Schedule your offline <Link href="https://edufpmi.bsu.by">EDUFPMI</Link> conference attendance
</p>
+ <ContentSection sectionName="Schedule an event" level={2}>
+ <EventForm mutate={mutate} />
+ </ContentSection>
<ContentSection sectionName="Upcoming events" level={2}>
<Grid container spacing={2}>
{events?.map((event, index) => (