diff --git a/public/templates/mobile/global/sidebar_pplns.tpl b/public/templates/mobile/global/sidebar_pplns.tpl
index 7c25728b..140cfe50 100644
--- a/public/templates/mobile/global/sidebar_pplns.tpl
+++ b/public/templates/mobile/global/sidebar_pplns.tpl
@@ -39,7 +39,7 @@
| Your Invalid |
- {$GLOBAL.userdata.shares.invalid|number_format}{if $GLOBAL.roundshares.valid > 0} ({($GLOBAL.userdata.shares.invalid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100)|number_format:"2"}%){/if} |
+ {$GLOBAL.userdata.shares.invalid|number_format}{if $GLOBAL.roundshares.valid > 0} ({($GLOBAL.userdata.shares.invalid / $GLOBAL.userdata.shares.valid * 100)|number_format:"2"}%){/if} |
| {$GLOBAL.config.currency} Round Estimate |
diff --git a/public/templates/mobile/global/sidebar_pps.tpl b/public/templates/mobile/global/sidebar_pps.tpl
index 71ada55c..ea7605bd 100644
--- a/public/templates/mobile/global/sidebar_pps.tpl
+++ b/public/templates/mobile/global/sidebar_pps.tpl
@@ -29,7 +29,7 @@
| Your Invalid |
- {$GLOBAL.userdata.shares.invalid|number_format}{if $GLOBAL.roundshares.valid > 0} ({($GLOBAL.userdata.shares.invalid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100)|number_format:"2"}%){/if} |
+ {$GLOBAL.userdata.shares.invalid|number_format}{if $GLOBAL.roundshares.valid > 0} ({($GLOBAL.userdata.shares.invalid / $GLOBAL.userdata.shares.valid * 100)|number_format:"2"}%){/if} |
| |
| {$GLOBAL.config.currency} Estimates |
diff --git a/public/templates/mobile/global/sidebar_prop.tpl b/public/templates/mobile/global/sidebar_prop.tpl
index 5ab614a2..50663dcb 100644
--- a/public/templates/mobile/global/sidebar_prop.tpl
+++ b/public/templates/mobile/global/sidebar_prop.tpl
@@ -29,7 +29,7 @@
| Your Invalid |
- {$GLOBAL.userdata.shares.invalid|number_format}{if $GLOBAL.roundshares.valid > 0} ({($GLOBAL.userdata.shares.invalid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100)|number_format:"2"}%){/if} |
+ {$GLOBAL.userdata.shares.invalid|number_format}{if $GLOBAL.roundshares.valid > 0} ({($GLOBAL.userdata.shares.invalid / $GLOBAL.userdata.shares.valid * 100)|number_format:"2"}%){/if} |
| |