Skip to content

Commit

Permalink
Update airbyte-webapp/src/packages/cloud/views/layout/SideBar/SideBar…
Browse files Browse the repository at this point in the history
….tsx

Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>
  • Loading branch information
teallarson and edmundito authored Jun 29, 2022
1 parent f5d3609 commit e9d9b44
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ const SideBar: React.FC = () => {
const { location } = useRouter();

const menuItemStyle = (isActive: boolean) => {
console.log(isActive);
const isChild = location.pathname.split("/").length > 4 && !location.pathname.includes("settings");
return classnames(styles.menuItem, { [styles.active]: isActive, [styles.activeChild]: isChild && isActive });
};
Expand Down

0 comments on commit e9d9b44

Please sign in to comment.