diff --git a/ui/components/ItemDetail/ItemDetailServices/getButtons.tsx b/ui/components/ItemDetail/ItemDetailServices/getButtons.tsx index 292d91e5b3..cb7fe07c95 100644 --- a/ui/components/ItemDetail/ItemDetailServices/getButtons.tsx +++ b/ui/components/ItemDetail/ItemDetailServices/getButtons.tsx @@ -66,14 +66,7 @@ export const BuildSwipe = ({ jobs, trainings, extendedSearch, activeFilters, sel } } -export const getNavigationButtons = ({ - goPrev, - goNext, - setSeeInfo = (t) => { - console.log(t) - }, - handleClose, -}) => { +export const getNavigationButtons = ({ goPrev, goNext, handleClose }) => { return ( <> @@ -102,7 +95,6 @@ export const getNavigationButtons = ({