Skip to content

Commit 70d3617

Browse files
committed
📝 Fix NavLink type error
1 parent 3260a8e commit 70d3617

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Dashboard/Sidebar/Item

1 file changed

+1
-1
lines changed

‎packages/app/src/app/pages/Dashboard/Sidebar/Item/elements.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const AnimatedChevron = styled(ChevronRight)<{ open?: boolean }>`
1313
`;
1414

1515
export const Container = styled(
16-
withoutProps(`active`, `openByDefault`)(NavLink)
16+
withoutProps(`active`, `openByDefault`)(NavLink as any)
1717
)<{
1818
active?: boolean;
1919
}>`

0 commit comments

Comments
 (0)