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