commas in yt values

This commit is contained in:
Jeremy Kauffman 2019-04-25 10:14:02 -04:00
parent 0d4c5e2988
commit 891e3171c4
2 changed files with 2 additions and 2 deletions

View file

@ -151,7 +151,7 @@
<?php foreach ($reward['data'] as $subCount => $rewardAmt): ?>
<tr>
<td><?php echo number_format($subCount) ?></td>
<td><?php echo $rewardAmt; ?> <small class="meta">LBC</small></td>
<td><?php echo number_format($rewardAmt); ?> <small class="meta">LBC</small></td>
<td data-id="amount-<?php echo $rewardAmt ?>"></td>
</tr>
<?php endforeach ?>

@ -1 +1 @@
Subproject commit a587adc14942a9e1c90a84cfec99449086236c9e
Subproject commit fac5d5c4461301bfbef4794e67123a050dd5d8fc