Commit 8ca82922 authored by Luke Bennett's avatar Luke Bennett

Resolve stage

parent 327574c9
......@@ -50,13 +50,7 @@
computed: {
dropdownClass() {
<<<<<<< HEAD
return this.dropdownContent.length > 0 ? 'js-builds-dropdown-container' : 'js-builds-dropdown-loading';
=======
return this.dropdownContent.length > 0 ?
'js-builds-dropdown-container' :
'js-builds-dropdown-loading';
>>>>>>> upstream/master
},
triggerButtonClass() {
......
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