mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(frontend): set 4k status on RequestItem when request is for 4k
This commit is contained in:
@@ -201,6 +201,7 @@ const RequestItem: React.FC<RequestItemProps> = ({
|
|||||||
] ?? []
|
] ?? []
|
||||||
).length > 0
|
).length > 0
|
||||||
}
|
}
|
||||||
|
is4k={requestData.is4k}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</Table.TD>
|
</Table.TD>
|
||||||
|
Reference in New Issue
Block a user