Skip to content

Commit

Permalink
chore: remove iframe references to smarttrader (#17914)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne-deriv authored Jan 13, 2025
1 parent 8664cb5 commit 6b9ff96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/App/AppContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ const AppContent: React.FC<{ passthrough: unknown }> = observer(({ passthrough }
<ErrorBoundary root_store={store}>
<AppModals />
</ErrorBoundary>
{!isOAuth2Enabled && <SmartTraderIFrame />}
{!isOAuth2Enabled && <P2PIFrame />}
<AppToastMessages />
<Devtools />
Expand Down

0 comments on commit 6b9ff96

Please sign in to comment.