genre url fixed in MetaPreview

This commit is contained in:
NikolaBorislavovHristov 2019-08-28 15:24:38 +03:00
parent 4e02638e7c
commit 586d1c4e4c

View file

@ -26,7 +26,7 @@ const MetaPreview = ({ className, compact = false, id, type, name, logo = '', ba
return Array.isArray(genres) ?
genres.map((genre) => ({
label: genre,
href: `#/discover/${type}//${genre}`
href: `#/discover/${type}//?genre=${genre}`
}))
:
[];