diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index ca3a785..edfe469 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -269,7 +269,7 @@ let result = ''; if (days > 0) result += days + 'D'; - if (hours > 0 || days > 0) result += hours + 'H '; + if (hours > 0 || days > 0) result += hours + 'H'; result += minutes + 'M'; return result;