Commit 432e276c authored by Filipa Lacerda's avatar Filipa Lacerda

[ci skip] Fix conflict for app/assets/javascripts/ide/components/repo_editor.vue

parent edb42941
......@@ -17,11 +17,7 @@ export default {
'panelResizing',
]),
shouldHideEditor() {
<<<<<<< HEAD
return this.activeFile && this.activeFile.binary && !this.activeFile.raw;
=======
return this.activeFile.binary && !this.activeFile.raw;
>>>>>>> upstream/master
},
},
watch: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment