Fix warning.
This commit is contained in:
@@ -44,7 +44,7 @@ export default function ItemCard({ item }: { item: Item }) {
|
||||
return (
|
||||
<Paper elevation={4}>
|
||||
<Card sx={{height: "100%", width: "100%" }}>
|
||||
<CardActionArea onClick={handleClick} sx={{ height: "100%" }}>
|
||||
<CardActionArea onClick={handleClick} sx={{ height: "100%" }} component="div">
|
||||
<CardMedia
|
||||
component="img"
|
||||
height="140"
|
||||
|
||||
Reference in New Issue
Block a user