summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7bb7c0c00..a918cb818 100644
--- a/packages/merchant-backoffice-ui/src/components/menu/index.tsx
+++ b/packages/merchant-backoffice-ui/src/components/menu/index.tsx
@@ -66,6 +66,12 @@ function getInstanceTitle(path: string, id: string): string {
return `${id}: Use template`;
case InstancePaths.interface:
return `${id}: Interface`;
+ case InstancePaths.token_family_list:
+ return `${id}: Token families`;
+ case InstancePaths.token_family_new:
+ return `${id}: New token family`;
+ case InstancePaths.token_family_update:
+ return `${id}: Update token family`;
default:
return "";
}