diff --git a/webapp/constants/filter.js b/webapp/constants/filter.js index e5888d5ce..00332053b 100644 --- a/webapp/constants/filter.js +++ b/webapp/constants/filter.js @@ -1,3 +1,2 @@ export const SHOW_CONTENT_FILTER_HEADER_MENU = false export const SHOW_CONTENT_FILTER_MASONRY_GRID = true - diff --git a/webapp/pages/index.vue b/webapp/pages/index.vue index be12b3987..b0f8c8679 100644 --- a/webapp/pages/index.vue +++ b/webapp/pages/index.vue @@ -149,7 +149,7 @@ export default { pageSize: 12, hashtag, categoriesActive: this.$env.CATEGORIES_ACTIVE, - SHOW_CONTENT_FILTER_MASONRY_GRID + SHOW_CONTENT_FILTER_MASONRY_GRID, } }, computed: { @@ -284,9 +284,9 @@ export default {