Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ezraroi committed Sep 18, 2024
1 parent 125c1ad commit 00d6a9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Mundialito/Client/src/Dashboard/Dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ <h6><small>{{::game.AwayTeam.Name}}</small></h6>
</div>
</div>
</a>
<div class="list-group-item" ng-if="hasBets(game)">
<div class="row">
<div class="list-group-item">
<div class="row" ng-if="hasBets(game)">
<div class="col-md-12">
<div class="table-responsive">
<table class="table table-striped">
Expand Down
4 changes: 2 additions & 2 deletions Mundialito/wwwroot/App/Dashboard/Dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ <h6><small>{{::game.AwayTeam.Name}}</small></h6>
</div>
</div>
</a>
<div class="list-group-item" ng-if="hasBets(game)">
<div class="row">
<div class="list-group-item">
<div class="row" ng-if="hasBets(game)">
<div class="col-md-12">
<div class="table-responsive">
<table class="table table-striped">
Expand Down

0 comments on commit 00d6a9e

Please sign in to comment.