Commit fcd5878c authored by Stan Hu's avatar Stan Hu

Resolve conflicts in app/assets/javascripts/environments/components/environment_item.vue

parent 5ecefc54
...@@ -454,13 +454,10 @@ export default { ...@@ -454,13 +454,10 @@ export default {
folderIconName() { folderIconName() {
return this.model.isOpen ? 'chevron-down' : 'chevron-right'; return this.model.isOpen ? 'chevron-down' : 'chevron-right';
}, },
<<<<<<< HEAD
deployIconName() { deployIconName() {
return this.model.isDeployBoardVisible ? 'chevron-down' : 'chevron-right'; return this.model.isDeployBoardVisible ? 'chevron-down' : 'chevron-right';
}, },
=======
>>>>>>> upstream/master
}, },
methods: { methods: {
......
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