summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2024-01-18 15:12:57 +0100
committerChristian Blättler <blatc2@bfh.ch>2024-01-18 15:12:57 +0100
commit09046010252b134348de8b18c0c99ffea4e3c95d (patch)
treedae0557a7b6616b6d3b5be4785106020fb04133b
parentca12c07abd1ca9083373e9f2a3f872573759b0ac (diff)
downloadwallet-core-feature/tokens.tar.gz
wallet-core-feature/tokens.tar.bz2
wallet-core-feature/tokens.zip
add titles for token family pagesfeature/tokens
-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 "";
}