Skip to content

Commit

Permalink
Merge pull request #134 from mergestat/feat/navbar-interaction-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdevivo authored Feb 22, 2023
2 parents c4b66f6 + 1a549cd commit 2dc672f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mergestat/blocks",
"version": "1.5.51",
"version": "1.5.52",
"description": "Set of UI components for MergeStat project",
"license": "MIT",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ const SidebarItem: React.FC<
})}
onClick={(e) => {
e.preventDefault()
setShowSubNav(true)
onClick && onClick()
}}
>
Expand Down

0 comments on commit 2dc672f

Please sign in to comment.