SignupForm localised title

This commit is contained in:
Aarni Halinen
2020-10-08 18:54:54 +03:00
parent 4b71d8ee67
commit 09b85067b0
7 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -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>
)