mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-04 13:48:27 -05:00
fix(ui): do not require numeric value in FormattedRelativeTime (#1234)
This commit is contained in:
@@ -107,7 +107,7 @@ const Release: React.FC<ReleaseProps> = ({
|
||||
(new Date(release.created_at).getTime() - Date.now()) / 1000
|
||||
)}
|
||||
updateIntervalInSeconds={1}
|
||||
numeric="always"
|
||||
numeric="auto"
|
||||
/>
|
||||
</span>
|
||||
<span className="text-lg">{release.name}</span>
|
||||
|
||||
Reference in New Issue
Block a user