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:
@@ -64,6 +64,7 @@ const DownloadBlock: React.FC<DownloadBlockProps> = ({
|
||||
1000
|
||||
)}
|
||||
updateIntervalInSeconds={1}
|
||||
numeric="auto"
|
||||
/>
|
||||
) : (
|
||||
'N/A'
|
||||
|
||||
Reference in New Issue
Block a user