SignupForm localised title
This commit is contained in:
@@ -36,7 +36,7 @@ class EventPageView extends React.Component<EventPageViewProps> {
|
||||
{event.signupForm.map(sf => (
|
||||
<Anchor key={sf.id} to={`/signup/${sf.id}`}>
|
||||
<Button type="filled" onClick={() => {}}>
|
||||
{sf.title}
|
||||
{sf.title_fi}
|
||||
</Button>
|
||||
</Anchor>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user