diff --git a/public/templates/mmcFE/global/sidebar_pps.tpl b/public/templates/mmcFE/global/sidebar_pps.tpl
index 3fdc478a..1268880a 100644
--- a/public/templates/mmcFE/global/sidebar_pps.tpl
+++ b/public/templates/mmcFE/global/sidebar_pps.tpl
@@ -28,6 +28,10 @@
Pool Valid |
{$GLOBAL.roundshares.valid|number_format} |
+
+ | Your Valid |
+ {$GLOBAL.userdata.shares.valid|number_format} |
+
| Pool Invalid |
{$GLOBAL.roundshares.invalid|number_format}{if $GLOBAL.roundshares.valid > 0} ({($GLOBAL.roundshares.invalid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100)|number_format:"2"}%){/if} |