mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(frontend): always show request modal option for tv
This commit is contained in:
@@ -97,7 +97,8 @@ const TitleCard: React.FC<TitleCardProps> = ({
|
||||
right: '-1px',
|
||||
}}
|
||||
>
|
||||
{currentStatus === MediaStatus.AVAILABLE && (
|
||||
{(currentStatus === MediaStatus.AVAILABLE ||
|
||||
currentStatus === MediaStatus.PARTIALLY_AVAILABLE) && (
|
||||
<Available className="rounded-tr-md" />
|
||||
)}
|
||||
{currentStatus === MediaStatus.PENDING && (
|
||||
@@ -256,7 +257,8 @@ const TitleCard: React.FC<TitleCardProps> = ({
|
||||
</svg>
|
||||
</button>
|
||||
)}
|
||||
{currentStatus === MediaStatus.AVAILABLE && (
|
||||
{(currentStatus === MediaStatus.AVAILABLE ||
|
||||
currentStatus === MediaStatus.PARTIALLY_AVAILABLE) && (
|
||||
<button className="w-full h-7 text-center text-white bg-green-400 rounded-sm ml-2">
|
||||
<svg
|
||||
className="w-4 mx-auto"
|
||||
|
Reference in New Issue
Block a user