Skip to content

Commit 0143d3b

Browse files
chore: removed unused code
1 parent c121ae3 commit 0143d3b

File tree

1 file changed

+0
-2
lines changed
  • packages/scaffold/src/modal/w3m-modal

1 file changed

+0
-2
lines changed

packages/scaffold/src/modal/w3m-modal/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import {
1616
TransactionsController,
1717
type CaipAddress,
1818
type AppKitFrameProvider,
19-
WebviewController,
2019
ThemeController
2120
} from '@reown/appkit-core-react-native';
2221
import { SIWEController } from '@reown/appkit-siwe-react-native';
@@ -31,7 +30,6 @@ export function AppKit() {
3130
const { open, loading } = useSnapshot(ModalController.state);
3231
const { connectors, connectedConnector } = useSnapshot(ConnectorController.state);
3332
const { caipAddress, isConnected } = useSnapshot(AccountController.state);
34-
const { frameViewVisible, webviewVisible } = useSnapshot(WebviewController.state);
3533
const { themeMode, themeVariables } = useSnapshot(ThemeController.state);
3634
const { height } = useWindowDimensions();
3735
const { isLandscape } = useCustomDimensions();

0 commit comments

Comments
 (0)