fix: missing class on events

This commit is contained in:
Jean-Baptiste Pasquier 2021-06-18 15:37:19 +00:00
parent 54efdfe711
commit 60d719fa6a
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ html(lang="en")
include views/page-communities.pug
if component.type == "events"
.scrollbar-content.bg-color-white
.scrollbar-content.whitespace-normal.bg-color-white
include views/page-events.pug
if component.type == "job-board"