Skip to content

Commit

Permalink
removed active attribute from shirts inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
singharaj-usai committed Oct 15, 2024
1 parent bd058dc commit e65d4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/user-profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ $(document).ready(function () {
)}
</div>
</div>
<div role="tabpanel" class="tab-pane active" id="shirts">
<div role="tabpanel" class="tab-pane" id="shirts">
<div class="row" id="user-shirts"></div>
</div>
<div role="tabpanel" class="tab-pane" id="pants">
Expand Down

0 comments on commit e65d4e9

Please sign in to comment.