Update youtube_status.php

This commit is contained in:
Reilly Smith 2018-03-16 13:22:10 -07:00 committed by GitHub
parent f1ed179d4d
commit a3f7fde784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,11 @@
<span><?php echo $status['data']['videos']?></span>
</p>
</div>
<div class="block">
<p>Expected Rewards<br>
<span><?php echo $status['data']['expected_reward']?></span>
</p>
</div>
</div>
</div>
</div>