mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Improved productcard "never" date display
This commit is contained in:
@@ -307,6 +307,7 @@ RefreshContextualTimeago = function()
|
||||
if (isNever)
|
||||
{
|
||||
element.prev().text(__t("Never"));
|
||||
element.text("");
|
||||
}
|
||||
else if (isToday)
|
||||
{
|
||||
|
Reference in New Issue
Block a user