Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Manikanta Mavireddy authored and Manikanta Mavireddy committed Nov 2, 2023
1 parent e65e6c0 commit 12e4183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Common/Sidebar/SidebarGroup/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import classNames from 'classnames';
import type { FC } from 'react';

import SidebarItem from '@/components/Common/Sidebar/SidebarItem';
Expand Down Expand Up @@ -28,6 +27,7 @@ const SidebarGroup: FC<SideBarGroupProps> = ({
{items.map(item => (
<SidebarItem
key={item.title}
{...item}
isActive={
activeItem?.groupName === groupName &&
activeItem?.title === item.title
Expand Down

0 comments on commit 12e4183

Please sign in to comment.