Browse Source

Player details maiden data not showing bug fix

master
kj1352 4 years ago
parent
commit
bee882ea4b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/app/components/player-details/player-details.component.html

+ 1
- 1
src/app/components/player-details/player-details.component.html View File

@@ -38,7 +38,7 @@
<li>
<label> Maidens </label>
<h5> {{ stat.overall.bowling_record.wickets }} </h5>
<h5> {{ stat.overall.bowling_record.maidens }} </h5>
</li>
<li>


Loading…
Cancel
Save