Skip to content

Commit 23df36f

Browse files
committed
lint
1 parent 1bceb39 commit 23df36f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/incidents/complaints/daily_summery_report_categorywise.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ console.log(subCategories);
218218
row = `<tr>
219219
<th rowspan=${endSubCat}>
220220
<div>${categories[i].categoryNameEnglish}</div>
221-
<div>${categories[i].categoryNameSinhala}</div>
221+
<div class="font-small">${categories[i].categoryNameSinhala}</div>
222222
</th>`;
223223

224224
for (let j = 0; j < endSubCat; j++) {
@@ -238,7 +238,7 @@ console.log(subCategories);
238238
row = `<tr>
239239
<th rowspan=${subCategories.length}>
240240
<div>${categories[i].categoryNameEnglish}</div>
241-
<div>${categories[i].categoryNameSinhala}</div>
241+
<div class="font-small">${categories[i].categoryNameSinhala}</div>
242242
</th>`;
243243

244244
for (let j = 0; j < subCategories.length; j++) {

0 commit comments

Comments
 (0)