2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00
- Fix badge rendering for SalesOrderShipment
This commit is contained in:
Oliver 2024-12-20 12:13:00 +11:00 committed by GitHub
parent aad5575cd2
commit 130bc84b44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -295,7 +295,7 @@ export default function SalesOrderShipmentDetail() {
visible={!!shipment.delivery_date}
/>
];
}, [shipment, shipmentQuery]);
}, [isPending, shipment.deliveryDate, shipmentQuery.isFetching]);
const shipmentActions = useMemo(() => {
const canEdit: boolean = user.hasChangePermission(