Skip to content

Commit

Permalink
chore: remove SnapWebview reference on this nav
Browse files Browse the repository at this point in the history
  • Loading branch information
JSoufer committed Jul 9, 2024
1 parent 65827d2 commit 9e097ec
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/components/Nav/Main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down Expand Up @@ -365,15 +362,6 @@ const Main = (props) => {
) : (
renderLoader()
)}
{
///: BEGIN:ONLY_INCLUDE_IF(preinstalled-snaps,external-snaps)
}
<View>
<SnapsExecutionWebView />
</View>
{
///: END:ONLY_INCLUDE_IF
}
<GlobalAlert />
<FadeOutOverlay />
<Notification navigation={props.navigation} />
Expand Down

0 comments on commit 9e097ec

Please sign in to comment.