Commit c060d0a0 authored by Dennis Tang's avatar Dennis Tang

fix issue with loading icon appearing on top of down chevron

parent 2ea263ea
...@@ -44,6 +44,7 @@ export default { ...@@ -44,6 +44,7 @@ export default {
<i <i
aria-hidden="true" aria-hidden="true"
data-hidden="true" data-hidden="true"
v-show="!isLoading"
class="fa fa-chevron-down" class="fa fa-chevron-down"
></i> ></i>
</button> </button>
......
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