mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
feat(frontend): request card / recent requests
This commit is contained in:
@@ -13,7 +13,7 @@ import MovieRequestModal from '../RequestModal/MovieRequestModal';
|
||||
interface TitleCardProps {
|
||||
id: number;
|
||||
image?: string;
|
||||
summary: string;
|
||||
summary?: string;
|
||||
year: string;
|
||||
title: string;
|
||||
userScore: number;
|
||||
|
||||
Reference in New Issue
Block a user