mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
chore:Removed random typo
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user