Skip to content

Commit

Permalink
fix: issue with parcel label data
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Aug 12, 2024
1 parent 0d1309d commit 2754935
Show file tree
Hide file tree
Showing 4 changed files with 837 additions and 462 deletions.
2 changes: 0 additions & 2 deletions apps/dashboard/src/modules/Orders/create_label.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ const ContextProviders = bundleContexts([
]);

export default function CreateShipmentPage(pageProps: any) {
const { ORDERS_MANAGEMENT } = pageProps?.metadata || {};

const Component: React.FC = () => {
const loader = useLoader();
const notifier = useNotifier();
Expand Down
Loading

0 comments on commit 2754935

Please sign in to comment.