fix: duplicate count in wrapup watch medium display

This commit is contained in:
2026-07-10 21:53:21 +02:00
parent 07df6fe207
commit 1c81d7768c

View File

@@ -164,7 +164,7 @@ function WrapUpReportPage() {
{Icon && <Icon className="size-4 text-muted-foreground" />} {Icon && <Icon className="size-4 text-muted-foreground" />}
{def ? t(def.labelKey) : wm.medium} {def ? t(def.labelKey) : wm.medium}
</span> </span>
<span className="text-muted-foreground">{wm.count} {t("common.films", { count: wm.count })}</span> <span className="text-muted-foreground">{t("common.films", { count: wm.count })}</span>
</div> </div>
) )
})} })}