Skip to content

Commit

Permalink
Sethuraman#1: Changes to previous inning score format as per feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Sravya Kanagarla <[email protected]>
  • Loading branch information
bharatsingh-tc and sravya-kanagarla committed Sep 25, 2018
1 parent 284e8ac commit c6ddfb9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/ScoreHeader/CurrentScoreHeading.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ const CurrentScoreHandling = props =>
<Row>
<Col md={{ size: 6, offset: 3 }} sm="12">
<Row>
<Col>
<Col md="5" xs="4">
{props.bowlingTeam}
</Col>

<Col sm="1" xs="2" />
<Col className="text-align-right">
<p>
{props.bowlingTeam} scored&nbsp;
{props.previousInningScore.runsScored}/
{props.previousInningScore.wicketsFallen} in&nbsp;
{props.previousInningScore.oversBowled}
Expand Down

0 comments on commit c6ddfb9

Please sign in to comment.