From 42cee9863fc26752dbdde0b860fbb985b56f1aad Mon Sep 17 00:00:00 2001 From: Erwin-N Date: Sun, 15 Mar 2026 09:22:49 +0100 Subject: [PATCH] update story to show icon --- libs/ui/src/lib/value/value.component.stories.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ui/src/lib/value/value.component.stories.ts b/libs/ui/src/lib/value/value.component.stories.ts index aea666644..3f5429dfc 100644 --- a/libs/ui/src/lib/value/value.component.stories.ts +++ b/libs/ui/src/lib/value/value.component.stories.ts @@ -53,7 +53,7 @@ export const IsinWithLabel: Story = { }, render: (args) => ({ props: args, - template: `ISIN` + template: `ISIN` }), name: 'With Label and Copy' };