We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0314ba commit af960f6Copy full SHA for af960f6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.1.50",
+ "version": "0.1.51",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/FileEditor/FileEditor.tsx
@@ -264,7 +264,7 @@ const FileEditor = ({
264
})()}
265
</StyledButtonsContainer>
266
</StyledEditorMenu>
267
- {fileContent ? (
+ {fileContent !== undefined ? (
268
<>
269
{(() => {
270
for (const editor of extraEditors) {
0 commit comments