Skip to content

Commit 77e8446

Browse files
committed
Resolve linting issues
1 parent a3c2e5e commit 77e8446

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eventcatalog/src/layouts/VerticalSideBarLayout.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ const canPageBeEmbedded = isEmbedEnabled();
344344

345345
{
346346
showNestedSideBar && (
347-
<div>
347+
<>
348348
<SideNav
349349
id="sidebar"
350350
class="sidebar-transition h-content bg-white border-r border-gray-100 ml-14"
@@ -353,9 +353,9 @@ const canPageBeEmbedded = isEmbedEnabled();
353353
<div
354354
id="sidebar-resizer"
355355
class="w-1 cursor-col-resize bg-transparent hover:bg-blue-200"
356-
style="position: relative; z-index: 30;">
357-
</div>
358-
</div>
356+
style="position: relative; z-index: 30;"
357+
/>
358+
</>
359359
)
360360
}
361361
</aside>

0 commit comments

Comments
 (0)