aboutsummaryrefslogtreecommitdiff
path: root/packages/auditor-backoffice-ui/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'packages/auditor-backoffice-ui/src/components')
-rw-r--r--packages/auditor-backoffice-ui/src/components/menu/index.tsx32
1 files changed, 0 insertions, 32 deletions
diff --git a/packages/auditor-backoffice-ui/src/components/menu/index.tsx b/packages/auditor-backoffice-ui/src/components/menu/index.tsx
index 03ae3b005..015d3bd05 100644
--- a/packages/auditor-backoffice-ui/src/components/menu/index.tsx
+++ b/packages/auditor-backoffice-ui/src/components/menu/index.tsx
@@ -26,10 +26,6 @@ function getInstanceTitle(path: string, id: string): string {
switch (path) {
case InstancePaths.settings:
return `${id}: Settings`;
- case InstancePaths.order_list:
- return `${id}: Orders`;
- case InstancePaths.order_new:
- return `${id}: New order`;
case InstancePaths.inventory_list:
return `${id}: Inventory`;
case InstancePaths.deposit_confirmation_list:
@@ -38,34 +34,6 @@ function getInstanceTitle(path: string, id: string): string {
return `${id}: New product`;
case InstancePaths.inventory_update:
return `${id}: Update product`;
- case InstancePaths.reserves_new:
- return `${id}: New reserve`;
- case InstancePaths.reserves_list:
- return `${id}: Reserves`;
- case InstancePaths.transfers_list:
- return `${id}: Transfers`;
- case InstancePaths.transfers_new:
- return `${id}: New transfer`;
- case InstancePaths.webhooks_list:
- return `${id}: Webhooks`;
- case InstancePaths.webhooks_new:
- return `${id}: New webhook`;
- case InstancePaths.webhooks_update:
- return `${id}: Update webhook`;
- case InstancePaths.otp_devices_list:
- return `${id}: otp devices`;
- case InstancePaths.otp_devices_new:
- return `${id}: New otp devices`;
- case InstancePaths.otp_devices_update:
- return `${id}: Update otp devices`;
- case InstancePaths.templates_new:
- return `${id}: New template`;
- case InstancePaths.templates_update:
- return `${id}: Update template`;
- case InstancePaths.templates_list:
- return `${id}: Templates`;
- case InstancePaths.templates_use:
- return `${id}: Use template`;
case InstancePaths.interface:
return `${id}: Interface`;
default: