diff --git a/src/pages/master/brandDevice/component/CustomSparepartCard.jsx b/src/pages/master/brandDevice/component/CustomSparepartCard.jsx index f3c10b5..5327cee 100644 --- a/src/pages/master/brandDevice/component/CustomSparepartCard.jsx +++ b/src/pages/master/brandDevice/component/CustomSparepartCard.jsx @@ -20,7 +20,6 @@ const CustomSparepartCard = ({ }) => { const [previewModalVisible, setPreviewModalVisible] = useState(false); - // Construct image source with proper fallback const getImageSrc = () => { if (sparepart.sparepart_foto) { if (sparepart.sparepart_foto.startsWith('http')) { @@ -56,7 +55,6 @@ const CustomSparepartCard = ({ const getCardActions = () => { const actions = []; - // Preview button if (showPreview) { actions.push(