Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit de71113

Browse files
committed
Remove append to from main modal
1 parent 6980f4b commit de71113

File tree

1 file changed

+1
-1
lines changed
  • infra/token-transfer-client/src

1 file changed

+1
-1
lines changed

infra/token-transfer-client/src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const App = () => {
4747

4848
const renderMobileWarning = () => {
4949
return (
50-
<Modal appendToId="main" onClose={dismissMobileWarning} closeBtn={true}>
50+
<Modal onClose={dismissMobileWarning} closeBtn={true}>
5151
<h1 className="mb-4">Small Screen</h1>
5252
<p>
5353
The Origin Investor Portal is intended to be used with a larger

0 commit comments

Comments
 (0)