Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Damola18 committed Jan 15, 2025
1 parent 4290337 commit dcb86f1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/dashboard/sidebar-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ export const SidebarItem = (props: SidebarItemProps) => {
)}
{t(item.label)}
{isActiveRoute && (
<NavIndicator
position="absolute"
right="0"
bg="transparent"
/>
<NavIndicator position="absolute" right="0" bg="transparent" />
)}
</Flex>
</LinkOverlay>
Expand Down

0 comments on commit dcb86f1

Please sign in to comment.