From 5741cd1b2b76c15d038f56c6f393ca55d26a6f9a Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Mon, 3 Jun 2024 23:25:37 +0200 Subject: [PATCH] Lower the priority of the without password story. --- stories/login/pages/Login.stories.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/stories/login/pages/Login.stories.tsx b/stories/login/pages/Login.stories.tsx index 9e4bd2f9..f07b7fd9 100644 --- a/stories/login/pages/Login.stories.tsx +++ b/stories/login/pages/Login.stories.tsx @@ -20,16 +20,6 @@ export const Default: Story = { render: () => }; -export const WithoutPasswordField: Story = { - render: () => ( - - ) -}; - export const WithoutRegistration: Story = { render: () => ( ) }; + +export const WithoutPasswordField: Story = { + render: () => ( + + ) +};