Skip to content

Commit

Permalink
update sidebar and package
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant Pai authored and Nishant Pai committed Jan 11, 2024
1 parent 5dce7c9 commit e7153a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/SideBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const SideBar = (props) => {
<Search {...router.query} setShowMenu={setShowMenu} />
<Tools {...router.query} setShowMenu={setShowMenu} />
<Filters allTraits={all_traits} setShowMenu={setShowMenu} />
{/* <AttrFilter attrCount={attr_count} setShowMenu={setShowMenu} /> */}
<AttrFilter attrCount={attr_count} setShowMenu={setShowMenu} />
</div>
);
};
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@
},
"lint-staged": {
"*.{js,css,md}": "prettier --write"
},
"engines" : {
"node" : ">=20.0.0"
}
}

0 comments on commit e7153a2

Please sign in to comment.