Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Sep 5, 2024
1 parent 12397e8 commit b059f71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
13 changes: 2 additions & 11 deletions patches/@[email protected]
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
diff --git a/components/SidebarSublist.astro b/components/SidebarSublist.astro
index 232525016ee16f1ad1fe8f06a330bec4962ad63f..aba4371495b59e286efb0cb1fcc1ca6fdde626e2 100644
index 232525016ee16f1ad1fe8f06a330bec4962ad63f..e97a91fb2b97baa133ccb1eb885f807f5471b1a8 100644
--- a/components/SidebarSublist.astro
+++ b/components/SidebarSublist.astro
@@ -9,6 +9,8 @@ interface Props {
}

const { sublist, nested } = Astro.props;
+
+console.log(sublist)
---

<ul class:list={{ 'top-level': !nested }}>
@@ -19,7 +21,7 @@ const { sublist, nested } = Astro.props;
@@ -19,7 +19,7 @@ const { sublist, nested } = Astro.props;
<a
href={entry.href}
aria-current={entry.isCurrent && 'page'}
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b059f71

Please sign in to comment.