Ver código fonte

Player details maiden data not showing bug fix

master
kj1352 4 anos atrás
pai
commit
bee882ea4b
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/app/components/player-details/player-details.component.html

+ 1
- 1
src/app/components/player-details/player-details.component.html Ver arquivo

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


Carregando…
Cancelar
Salvar