Skip to content

Commit

Permalink
Merge pull request #9 from YujithIsura/master
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
YujithIsura authored Nov 16, 2019
2 parents fd8615c + 224e552 commit a54c66b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion elections/data/elections.lk.presidential.2019.json
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
[]
2 changes: 1 addition & 1 deletion src/elections/ResultsSummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class ResultsSummary extends Component {

const label = (aggrResultList) ?
'Electoral District Results (' +
nResults + ' Polling Divisions Reporting)' :
nResults + ' Polling Divisions / District Postal Results Reporting)' :
'No Results';

return (
Expand Down

0 comments on commit a54c66b

Please sign in to comment.