diff --git a/src/components/lume/LumeDashboard/LumeDashboard.tsx b/src/components/lume/LumeDashboard/LumeDashboard.tsx index ac7aedc..f1b065a 100644 --- a/src/components/lume/LumeDashboard/LumeDashboard.tsx +++ b/src/components/lume/LumeDashboard/LumeDashboard.tsx @@ -29,24 +29,20 @@ const LumeDashboard = (props: any) => { setUniqueNetworkTypes(uniqueTypes); }, [networks]); - const DefaultTrigger = (props: any) => { - console.log(props); - return ( - - - - ); - }; + const DefaultTrigger = (props: any) => ( + + + + ); const GivenTrigger = React.Children.toArray( children?.children || (children as any) || [], )