Skip to content

Commit

Permalink
Fix label click
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Jan 10, 2020
1 parent 5051c20 commit 912e512
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
class="separate-bottom">
<ul v-if="lists[view].length" class="no_bullets">
<li
class="horizontal-left-content"
v-for="item in lists[view]"
:key="item.id"
v-if="!roleExist(item.id)">
Expand Down

0 comments on commit 912e512

Please sign in to comment.