Skip to content

Commit 4b63b91

Browse files
committed
whoops thats not supposed to be there
1 parent 95374a0 commit 4b63b91

File tree

1 file changed

+0
-12
lines changed
  • packages/app/src/app/pages/Sandbox/Editor

1 file changed

+0
-12
lines changed

packages/app/src/app/pages/Sandbox/Editor/index.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -197,18 +197,6 @@ const ContentSplit = () => {
197197
className="monaco-workbench mac nopanel"
198198
ref={statusbarEl}
199199
/>
200-
<div
201-
style={{
202-
position: 'fixed',
203-
display: statusBar ? 'block' : 'none',
204-
bottom: 0,
205-
left: 0,
206-
right: 0,
207-
height: STATUS_BAR_SIZE,
208-
}}
209-
>
210-
version
211-
</div>
212200
</Fullscreen>
213201

214202
<ForkFrozenSandboxModal />

0 commit comments

Comments
 (0)