drop filterizr in favor of shuffle (close #258)
This commit is contained in:
@ -31,11 +31,11 @@ const EventPreview = ({ widgetsFor, entry }) => {
|
||||
),
|
||||
h(
|
||||
"div",
|
||||
{ className: "filtr-container row" },
|
||||
{ className: "filter-container row" },
|
||||
widgetsFor("events").map((event) =>
|
||||
h(
|
||||
"div",
|
||||
{ className: "filtr-item col-12" },
|
||||
{ className: "filter-item col-12" },
|
||||
h(
|
||||
"div",
|
||||
{
|
||||
|
Reference in New Issue
Block a user