From c6fa6ee39516d0663dfc883272c405dfe2413f8f Mon Sep 17 00:00:00 2001 From: HadiKhai Date: Tue, 10 Dec 2024 11:25:39 +0200 Subject: [PATCH] trial --- .../sections/customizer/PluginsSection/XMTP/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/console/src/components/sections/customizer/PluginsSection/XMTP/index.tsx b/apps/console/src/components/sections/customizer/PluginsSection/XMTP/index.tsx index 8f7c7174..9b911c68 100644 --- a/apps/console/src/components/sections/customizer/PluginsSection/XMTP/index.tsx +++ b/apps/console/src/components/sections/customizer/PluginsSection/XMTP/index.tsx @@ -6,7 +6,7 @@ import { XMTPPlugin } from '@justweb3/xmtp-plugin'; export const XMTP = () => { const { handleJustWeb3Config, config } = useContext(JustWeb3Context); - console.log('config', config); + console.log('config', config, XMTPPlugin, XMTPPlugin.name); const handleXMTPConfig = (enabled: boolean) => { if (enabled) { handleJustWeb3Config({