rm image as not working currently
parent
e974ce9c27
commit
20b70d5d57
|
@ -5,10 +5,7 @@
|
|||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Web site created using create-react-app"
|
||||
/>
|
||||
<meta name="description" content="Admin Dashboard by Jannex" />
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is installed on a
|
||||
|
|
|
@ -292,6 +292,20 @@ export default function ViewEquipmentDocumentations({
|
|||
);
|
||||
}
|
||||
|
||||
/*
|
||||
{equipmentDocumentationResponse.Documentations.length !== 0 && (
|
||||
<Popover
|
||||
placement="right"
|
||||
trigger="hover"
|
||||
content={<InvexStockItemThumbnail width={256} />}
|
||||
>
|
||||
<>
|
||||
<InvexStockItemThumbnail width={64} />
|
||||
</>
|
||||
</Popover>
|
||||
)}
|
||||
*/
|
||||
|
||||
return (
|
||||
<>
|
||||
<ScannerComponent />
|
||||
|
@ -308,18 +322,6 @@ export default function ViewEquipmentDocumentations({
|
|||
alignItems: "center",
|
||||
}}
|
||||
>
|
||||
{equipmentDocumentationResponse.Documentations.length !== 0 && (
|
||||
<Popover
|
||||
placement="right"
|
||||
trigger="hover"
|
||||
content={<InvexStockItemThumbnail width={256} />}
|
||||
>
|
||||
<>
|
||||
<InvexStockItemThumbnail width={64} />
|
||||
</>
|
||||
</Popover>
|
||||
)}
|
||||
|
||||
<Typography.Title level={4} style={{ margin: 0 }}>
|
||||
{paramStockId}
|
||||
</Typography.Title>
|
||||
|
|
Loading…
Reference in New Issue