Skip to content

Commit 3402b2e

Browse files
authored
Update fast-search-card.js
1 parent 87872fa commit 3402b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/fast-search-card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8145,7 +8145,6 @@ class FastSearchCard extends HTMLElement {
81458145
<h3 class="detail-name">${item.name}</h3>
81468146
<p class="detail-area">${item.area}</p>
81478147
</div>
8148-
${mobileTabsHTML}
81498148
</div>
81508149
<div class="icon-content">
81518150
<div class="icon-background-wrapper">
@@ -8213,6 +8212,7 @@ class FastSearchCard extends HTMLElement {
82138212

82148213
return `
82158214
${desktopTabsHTML}
8215+
${mobileTabsHTML}
82168216
<div id="tab-content-container">
82178217
${tabsConfig.map(tab => `
82188218
<div class="detail-tab-content ${tab.default ? 'active' : ''}" data-tab-content="${tab.id}">

0 commit comments

Comments
 (0)