mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(frontend): better request/media cards for items without valid TMDb IDs (#2181)
This commit is contained in:
@@ -15,6 +15,7 @@ import CachedImage from '../Common/CachedImage';
|
||||
import RequestModal from '../RequestModal';
|
||||
import Transition from '../Transition';
|
||||
import Placeholder from './Placeholder';
|
||||
import ErrorCard from './ErrorCard';
|
||||
|
||||
interface TitleCardProps {
|
||||
id: number;
|
||||
@@ -266,4 +267,4 @@ const TitleCard = ({
|
||||
);
|
||||
};
|
||||
|
||||
export default withProperties(TitleCard, { Placeholder });
|
||||
export default withProperties(TitleCard, { Placeholder, ErrorCard });
|
||||
|
Reference in New Issue
Block a user