diff --git a/src/frontend/lib/types/Icons.tsx b/src/frontend/lib/types/Icons.tsx index c06cb197c5..738891c8c5 100644 --- a/src/frontend/lib/types/Icons.tsx +++ b/src/frontend/lib/types/Icons.tsx @@ -1,7 +1,7 @@ -import type { Icon, IconProps } from '@tabler/icons-react'; +import type { IconProps } from '@tabler/icons-react'; export type TablerIconType = React.ForwardRefExoticComponent< - Omit & React.RefAttributes + Omit & React.RefAttributes >; export type InvenTreeIconType = { diff --git a/src/frontend/src/pages/part/PartStockHistoryDetail.tsx b/src/frontend/src/pages/part/PartStockHistoryDetail.tsx index 01fded4056..d87bc7644e 100644 --- a/src/frontend/src/pages/part/PartStockHistoryDetail.tsx +++ b/src/frontend/src/pages/part/PartStockHistoryDetail.tsx @@ -211,7 +211,10 @@ export default function PartStockHistoryDetail({ rightYAxisLabel={t`Stock Value`} tooltipProps={{ content: ({ label, payload }) => ( - + []} + /> ) }} yAxisProps={{