aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/components/menu/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/merchant-backoffice-ui/src/components/menu/index.tsx')
-rw-r--r--packages/merchant-backoffice-ui/src/components/menu/index.tsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/merchant-backoffice-ui/src/components/menu/index.tsx b/packages/merchant-backoffice-ui/src/components/menu/index.tsx
index 123271f8d..baab9584c 100644
--- a/packages/merchant-backoffice-ui/src/components/menu/index.tsx
+++ b/packages/merchant-backoffice-ui/src/components/menu/index.tsx
@@ -28,6 +28,12 @@ function getInstanceTitle(path: string, id: string): string {
switch (path) {
case InstancePaths.settings:
return `${id}: Settings`;
+ case InstancePaths.bank_new:
+ return `${id}: Account`;
+ case InstancePaths.bank_list:
+ return `${id}: Account`;
+ case InstancePaths.bank_update:
+ return `${id}: Account`;
case InstancePaths.order_list:
return `${id}: Orders`;
case InstancePaths.order_new: