feat(frontend): request card / recent requests

This commit is contained in:
sct
2020-09-16 06:30:47 +00:00
parent a3beeede7e
commit 371e43356d
4 changed files with 108 additions and 2 deletions

View File

@@ -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;