mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
commas in yt values
This commit is contained in:
parent
0d4c5e2988
commit
891e3171c4
2 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue