Skip to content

Commit

Permalink
Merge pull request #13047 from transcom/INT-B-20112-refactor-orders-v…
Browse files Browse the repository at this point in the history
…iewer-panel-to-use-formik

INT B-20112 refactor OrdersViewerPanel to use Formik
  • Loading branch information
danieljordan-caci authored Jun 12, 2024
2 parents 4e78c1c + 97eebe2 commit 8d0e741
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 266 deletions.
106 changes: 0 additions & 106 deletions src/scenes/Office/OrdersInfo.jsx

This file was deleted.

156 changes: 0 additions & 156 deletions src/scenes/Office/OrdersViewerPanel.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/store/entities/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ export const selectCurrentOrders = (state) => {
return activeOrders || orders[0] || null;
};

export const selectOrdersById = (state, id) => {
return state.entities.orders?.[`${id}`] || null;
};

export const selectUploadsForCurrentOrders = (state) => {
const orders = selectCurrentOrders(state);
return orders ? orders.uploaded_orders?.uploads : [];
Expand Down

0 comments on commit 8d0e741

Please sign in to comment.