Allow upload of image for events via Admin

This commit is contained in:
Aarni Halinen
2020-07-22 19:09:31 +03:00
parent 8e3a2c7366
commit dc287d1360
4 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ const FrontPageView: React.FC<FrontPageViewProps> = ({ events, feed }) => (
start_time={event.start_time}
text={event.description_fi}
link={`/events/${event.id}`}
image={event.tags[0].icon}
image={event.image || event.tags[0].icon}
button={
<Button type="filled" onClick={() => { }}>
<h6>Lue lisää&nbsp;</h6>