fix: duplicate count in wrapup watch medium display
This commit is contained in:
@@ -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>
|
||||||
)
|
)
|
||||||
})}
|
})}
|
||||||
|
|||||||
Reference in New Issue
Block a user