From 51b30ec5c405ec3256aee02f6785a2818011884a Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Thu, 22 Aug 2024 17:53:28 -0400 Subject: [PATCH] last diff reduction/indentation change Signed-off-by: Anton Gilgur --- stories/popup.stories.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stories/popup.stories.tsx b/stories/popup.stories.tsx index 966aecf1..f8afe586 100644 --- a/stories/popup.stories.tsx +++ b/stories/popup.stories.tsx @@ -305,7 +305,8 @@ export const PromptWithReactCheckboxThatIsCheckedByDefaultUsernameDefaultSetToAd }, undefined, undefined, - {checkboxField: true, username: 'admin'}); + {checkboxField: true, username: 'admin'} + ); action('Prompt values')(values); }}>Click me )}