Add logo to <Schema />

This commit is contained in:
Eric Jinks 2018-02-01 09:31:01 +10:00
parent 2c52850d63
commit a0cc3bb430

View file

@ -7,7 +7,7 @@ const Schema = ({
email,
phone: telephone,
url,
logoUrl,
logoUrl: logo,
type,
openingHours
}) => {
@ -24,7 +24,8 @@ const Schema = ({
email,
telephone,
url,
openingHours
openingHours,
logo
}
return (