ActualPage Events and Feed without filters
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from "react";
|
||||
import "./EventPage.scss";
|
||||
import { Event } from "@models/Event";
|
||||
import Button, { ButtonType } from "@components/Button";
|
||||
import Button from "@components/Button";
|
||||
import Anchor from "@components/Anchor";
|
||||
import PageSection from "@components/PageSection";
|
||||
import MainSection from "@components/MainSection";
|
||||
@@ -34,7 +34,7 @@ class EventPageView extends React.Component<EventPageViewProps> {
|
||||
<div className="event-signup-buttons">
|
||||
{event.signupForm.map(sf => (
|
||||
<Anchor key={sf.id} to={`/signup/${sf.id}`}>
|
||||
<Button type={ButtonType.Filled} onClick={() => {}}>
|
||||
<Button type="filled" onClick={() => {}}>
|
||||
{sf.title}
|
||||
</Button>
|
||||
</Anchor>
|
||||
|
||||
Reference in New Issue
Block a user