Fix loading skeleton for poster card

This commit is contained in:
jeffvli 2023-03-09 16:37:54 -08:00
parent 5539e2cd4e
commit f0a836fc1f

View File

@ -140,6 +140,7 @@ export const PosterCard = ({
radius="sm"
/>
</ImageContainer>
<DetailContainer />
</PosterCardContainer>
);
};