Skip to content

Commit

Permalink
fixed #3
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Mar 18, 2021
1 parent 8ae636d commit ec84125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Presenters/Admin/Argon.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function getMultiLevelDropdownWrapper($item)
' . $item->getIcon() . '
<span class="nav-link-text">' . $item->title . '</span>
</a>
<div class="collapse" id="navbar-' . $id . '">
<div class="collapse' . $this->getShowStateOnChild($item) . '" id="navbar-' . $id . '">
<ul class="nav nav-sm flex-column">
' . $this->getChildMenuItems($item) . '
</ul>
Expand Down

0 comments on commit ec84125

Please sign in to comment.