Skip to content

Commit

Permalink
Revert "Fix index which resolves nav icon bug. (#1843)"
Browse files Browse the repository at this point in the history
This reverts commit 6050c18.
  • Loading branch information
jkmarx committed Jun 27, 2017
1 parent 6050c18 commit c8f241b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h4 class="panel-title">
<div class="refinery-subheader">
<h4>
<i
class="{{$ctrl.currentTypes[$ctrl.currentTypes.length-1]|groupTypeIcon}}"
class="{{$ctrl.currentTypes[$ctrl.currentGroup.length-$index + 1] |groupTypeIcon}}"
aria-hidden="true"></i>
{{ $ctrl.depthNames[$ctrl.depthNames.length-1] }}
</h4>
Expand Down

0 comments on commit c8f241b

Please sign in to comment.