ipl-dashboard
ipl-dashboard copied to clipboard
Fixed Issue# 5: Handled display of cancelled matches
Hi Koushik,
For cancelled matches (having matchWinner==NA in csv file), I've made following changes:
- Added new card color corresponding to cancelled matches
- Displayed "Match Cancelled" in place of "NA" for Match Winner Team (in both MatchDetailCard and MatchSmallCard)
- Displayed "No decision" in place of "NA" for Player of the Match (in MatchDetailCard)
Pls merge or suggest changes.
Thanks