浏览代码

Player details maiden data not showing bug fix

master
kj1352 4 年前
父节点
当前提交
bee882ea4b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/app/components/player-details/player-details.component.html

+ 1
- 1
src/app/components/player-details/player-details.component.html 查看文件

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


正在加载...
取消
保存