From badbe9b43cff04ca3917477ef7f6f68427b0f83a Mon Sep 17 00:00:00 2001 From: nicolaschapur <95246792+nicolaschapur@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:14:00 -0300 Subject: [PATCH] [NC]: Get updated storage recordings fix (#54) * [NC]: Adds recursive function to get updated storage recordings * [NC]: Adds dependency fix * [NC]: Adds dependency fix * [NC]: Adds dependency fix * [NC]: correct error handling * [NC]: biome fixes --- .../content/Popup/CreateDemo/DemoItem.tsx | 8 +++-- .../content/Popup/CreateDemo/index.tsx | 29 ++++++++++++++----- 2 files changed, 27 insertions(+), 10 deletions(-) diff --git a/apps/mocksi-lite/content/Popup/CreateDemo/DemoItem.tsx b/apps/mocksi-lite/content/Popup/CreateDemo/DemoItem.tsx index 660e3f2c..77bbd420 100644 --- a/apps/mocksi-lite/content/Popup/CreateDemo/DemoItem.tsx +++ b/apps/mocksi-lite/content/Popup/CreateDemo/DemoItem.tsx @@ -26,9 +26,11 @@ const DemoItem = ({ return (
-
- {demo_name} - {customer_name} +
+ + {demo_name} + + {customer_name}