From 2bdfdaa2e1e4d70fe4aa2c349dbb7937c8b724e7 Mon Sep 17 00:00:00 2001 From: Stephanie Yang Date: Mon, 12 Aug 2024 21:06:48 -0500 Subject: [PATCH] update working story to use easy mode components --- stories/Console.stories.tsx | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/stories/Console.stories.tsx b/stories/Console.stories.tsx index 423af4b..2b76f95 100644 --- a/stories/Console.stories.tsx +++ b/stories/Console.stories.tsx @@ -1186,30 +1186,11 @@ export const Working = () => { > - - {groups => - groups.map(({ heading, sessions }) => ( - - {sessions.map(s => ( - - ))} - - )) - } - + - - {conversations => - conversations.map(conversation => ( - - )) - } - +