mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(ui): correctly show quota display on tv request modal when only series quota is set
This commit is contained in:
@@ -436,7 +436,7 @@ const TvRequestModal: React.FC<RequestModalProps> = ({
|
||||
/>
|
||||
</p>
|
||||
)}
|
||||
{(quota?.movie.limit ?? 0) > 0 && (
|
||||
{(quota?.tv.limit ?? 0) > 0 && (
|
||||
<QuotaDisplay
|
||||
mediaType="tv"
|
||||
quota={quota?.tv}
|
||||
|
Reference in New Issue
Block a user