diff --git a/src/components/ModelSteps/ScanResult/ScanResultCard/ScanResultCardImageActions.jsx b/src/components/ModelSteps/ScanResult/ScanResultCard/ScanResultCardImageActions.jsx index fca2c794..38879fc1 100644 --- a/src/components/ModelSteps/ScanResult/ScanResultCard/ScanResultCardImageActions.jsx +++ b/src/components/ModelSteps/ScanResult/ScanResultCard/ScanResultCardImageActions.jsx @@ -4,7 +4,6 @@ import React from 'react' import Button from 'cozy-ui/transpiled/react/Buttons' import Icon from 'cozy-ui/transpiled/react/Icon' import IconButton from 'cozy-ui/transpiled/react/IconButton' -import useBreakpoints from 'cozy-ui/transpiled/react/providers/Breakpoints' import { useI18n } from 'cozy-ui/transpiled/react/providers/I18n' import { makeStyles } from 'cozy-ui/transpiled/react/styles' @@ -25,15 +24,12 @@ const ScanResultCardImageActions = ({ }) => { const classes = useStyles() const { t } = useI18n() - const { isDesktop } = useBreakpoints() - - const device = isDesktop ? 'desktop' : 'mobile' return ( <>