chore:Removed random typo

This commit is contained in:
CyferShepard
2024-06-29 23:03:43 +02:00
parent f70bce6b9a
commit 446037993b

View File

@@ -75,7 +75,7 @@ function LastWatchedCard(props) {
<div className="last-item-details">
<div className="last-last-played">{`${i18next.t("USERS_PAGE.AGO_ALT")} ${formatTime(props.data.LastPlayed)} ${i18next.t("USERS_PAGE.AGO").toLocaleLowerCase()}`}</div>
<div className="pb-2">1
<div className="pb-2">
<Link to={`/users/${props.data.UserId}`}>{props.data.UserName}</Link>
</div>