From 9e097ec7b427bf2c10f53d2845f3d8d592de5d18 Mon Sep 17 00:00:00 2001 From: JSoufer Date: Tue, 9 Jul 2024 14:09:35 +0100 Subject: [PATCH] chore: remove SnapWebview reference on this nav --- app/components/Nav/Main/index.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app/components/Nav/Main/index.js b/app/components/Nav/Main/index.js index c51dd6e6ff3..d090218d381 100644 --- a/app/components/Nav/Main/index.js +++ b/app/components/Nav/Main/index.js @@ -81,9 +81,6 @@ import { startIncomingTransactionPolling, stopIncomingTransactionPolling, } from '../../../util/transaction-controller'; -///: BEGIN:ONLY_INCLUDE_IF(preinstalled-snaps,external-snaps) -import { SnapsExecutionWebView } from '../../../lib/snaps'; -///: END:ONLY_INCLUDE_IF const Stack = createStackNavigator(); @@ -365,15 +362,6 @@ const Main = (props) => { ) : ( renderLoader() )} - { - ///: BEGIN:ONLY_INCLUDE_IF(preinstalled-snaps,external-snaps) - } - - - - { - ///: END:ONLY_INCLUDE_IF - }