Skip to content

Commit 491e32c

Browse files
authored
fix: version copied from editor status bar (#3949)
* fix: version copied text * fix: remove version
1 parent b4e0b6e commit 491e32c

File tree

1 file changed

+1
-3
lines changed
  • packages/app/src/app/pages/Sandbox/Editor

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,7 @@ const Editor = () => {
212212
height: STATUS_BAR_SIZE,
213213
})}
214214
>
215-
<FakeStatusBarText>
216-
Version: {VERSION.split('-').pop()}
217-
</FakeStatusBarText>
215+
<FakeStatusBarText>{VERSION.split('-').pop()}</FakeStatusBarText>
218216
<StatusBar
219217
className="monaco-workbench mac nopanel"
220218
ref={statusbarEl}

0 commit comments

Comments
 (0)