mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 04:39:14 -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>
|
||||
|
||||
@@ -175,6 +175,7 @@ const SettingsJobs: React.FC = () => {
|
||||
1000
|
||||
)}
|
||||
updateIntervalInSeconds={1}
|
||||
numeric="auto"
|
||||
/>
|
||||
</div>
|
||||
</Table.TD>
|
||||
|
||||
Reference in New Issue
Block a user