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