Skip to content

Commit

Permalink
fix: dbot load issue on wallet account (#16459)
Browse files Browse the repository at this point in the history
  • Loading branch information
farabi-deriv authored Aug 13, 2024
1 parent 36e3a69 commit fb8a548
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/bot-web-ui/src/app/app-content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ const AppContent = observer(() => {
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

const show_blocker_on_mobile_landscape_view = document.getElementById('landscape_blocker');
if (show_blocker_on_mobile_landscape_view) return null;

return is_loading ? (
<Loading />
) : (
Expand Down

0 comments on commit fb8a548

Please sign in to comment.