Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasiBadave committed Nov 21, 2023
1 parent 54fc1f2 commit 1806ad1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function removePreferance(pId,client,provider,key)

<div class="tab-content">
<?php foreach ($this->clients as $i => $menu) :?>
<div role="tabpanel" class="tab-pane fade <?php echo ($i == 0) ? ' active show' : ''?>" id="<?php echo($menu->client); ?>">
<div role="tabpanel" class="tab-pane fade <?php echo ($i == 0) ? ' active show' : ''?>" id="<?php echo($menu->client);?>">
<table class="table table-striped table-hover">
<thead>
<tr>
Expand Down

0 comments on commit 1806ad1

Please sign in to comment.