Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yujith Isura authored and Yujith Isura committed Mar 5, 2020
1 parent 8e78266 commit 5277dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/parliamentary_nomination_form.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ function generateCandidateRows(data) {
let candidate = data.nominationData.candidateData[i];
let nic = candidate.NIC.split("");
row = `<tr>
<td>${(i + 1)}. ${candidate.FULL_NAME}</td>
<td>${(i + 1)}. ${candidate.PREFERRED_NAME}</td>
`;
for(var j = 0; j < 12; j++) {
let digit = nic[j];
Expand Down

0 comments on commit 5277dc2

Please sign in to comment.