From 57388271ed6fbedb971998b27ae906373c2194e2 Mon Sep 17 00:00:00 2001 From: Nathan Richards Date: Mon, 12 Aug 2024 19:30:49 +0200 Subject: [PATCH] chore: remove ids --- .../src/components/Routes/RoutesExpanded.tsx | 21 ++++--------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/packages/widget/src/components/Routes/RoutesExpanded.tsx b/packages/widget/src/components/Routes/RoutesExpanded.tsx index c6a74fb15..0438d91a7 100644 --- a/packages/widget/src/components/Routes/RoutesExpanded.tsx +++ b/packages/widget/src/components/Routes/RoutesExpanded.tsx @@ -45,19 +45,13 @@ export const RoutesExpanded = () => { const match = Boolean(element?.props?.children); return ( - - + +
@@ -130,17 +124,10 @@ export const RoutesExpandedElement = () => { in={expanded} orientation="horizontal" onExited={onExit} - id="RoutesExpandedCollapse" > - + - +
{subvariant === 'custom'