We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711fe12 commit 51654c9Copy full SHA for 51654c9
packages/app/src/app/pages/Sandbox/Editor/Workspace/index.js
@@ -16,7 +16,7 @@ import NotOwnedSandboxInfo from './items/NotOwnedSandboxInfo';
16
17
import ConnectionNotice from './ConnectionNotice';
18
import Advertisement from './Advertisement';
19
-import DowntimeNotice from './DowntimeNotice';
+// import DowntimeNotice from './DowntimeNotice';
20
21
import { Container, ContactContainer, ItemTitle } from './elements';
22
@@ -69,7 +69,7 @@ function Workspace({ store }) {
69
{VERSION}
70
</div>
71
</ContactContainer>
72
- <DowntimeNotice />
+ {/* <DowntimeNotice /> */}
73
<ConnectionNotice />
74
75
)}
0 commit comments