refactor: remove redundant listings title on home page, keep only with active filters
This commit is contained in:
@@ -394,7 +394,7 @@ class PageHome extends HTMLElement {
|
||||
|
||||
<section class="listings-section">
|
||||
<div class="listings-header">
|
||||
<h2 class="listings-title">${this.getListingsTitle()}</h2>
|
||||
${showFilters ? `<h2 class="listings-title">${this.getListingsTitle()}</h2>` : ''}
|
||||
${!showFilters ? `
|
||||
<div class="sort-inline">
|
||||
<select id="sort-select">
|
||||
|
||||
Reference in New Issue
Block a user