From 68b03f555856455d34f290c42baeee1045c460a7 Mon Sep 17 00:00:00 2001 From: wklos-iohk Date: Tue, 16 Jul 2024 11:59:31 +0200 Subject: [PATCH] fix: add missing testId for dialog-description --- src/design-system/dialog/dialog-description.component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/design-system/dialog/dialog-description.component.tsx b/src/design-system/dialog/dialog-description.component.tsx index 2298c5d..afc98fc 100644 --- a/src/design-system/dialog/dialog-description.component.tsx +++ b/src/design-system/dialog/dialog-description.component.tsx @@ -14,7 +14,7 @@ export interface DialogDescriptionProps { export const Description = ({ children, }: Readonly): JSX.Element => ( - + {typeof children === 'string' ? ( {children}