From 1a8f480b9fe2d27069859ea1d872f7a6000f2b97 Mon Sep 17 00:00:00 2001 From: Leticia Mazzo Date: Wed, 26 Feb 2025 15:36:09 -0300 Subject: [PATCH] fix: remove brand wallet prop --- src/bricks/wallet/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bricks/wallet/index.tsx b/src/bricks/wallet/index.tsx index d3a52a9..c7f1546 100644 --- a/src/bricks/wallet/index.tsx +++ b/src/bricks/wallet/index.tsx @@ -30,7 +30,6 @@ const Wallet = ({ onSubmit = onSubmitDefault as () => Promise, customization, initialization, - brand, locale, id = 'walletBrick_container', }: TWallet) => { @@ -39,7 +38,6 @@ const Wallet = ({ const WalletBrickConfig = { settings: { - brand, initialization, customization, locale,