From 8078dc21a1f3dc7bc6aac40e28955e7628b3be46 Mon Sep 17 00:00:00 2001 From: Barnabas A Nsoh Date: Thu, 18 Jul 2024 14:53:00 +0000 Subject: [PATCH] [WebComponent/SmartCameraWeb]Fix storybook not transitions from selfie to document capture (#291) Fix storybook not transitions from selfie to document capture --- .../smart-camera-web/src/SmartCameraWeb.stories.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/web-components/components/smart-camera-web/src/SmartCameraWeb.stories.js b/packages/web-components/components/smart-camera-web/src/SmartCameraWeb.stories.js index 486c5583..3b98d259 100644 --- a/packages/web-components/components/smart-camera-web/src/SmartCameraWeb.stories.js +++ b/packages/web-components/components/smart-camera-web/src/SmartCameraWeb.stories.js @@ -8,35 +8,35 @@ export default meta; export const SmartCameraWeb = { render: () => ` - + `, }; export const SmartCameraWebWithOutInstructions = { render: () => ` - + `, }; export const SmartCameraWebWithOutNavigation = { render: () => ` - + `, }; export const SmartCameraWebWithOutBackToHost = { render: () => ` - + `, }; export const SmartCameraWebWithOutBackId = { render: () => ` - + `, };