Fix sizeKey on Image without sizes
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<div class="photo-card__info">
|
||||
<Image
|
||||
id={location.country.flag.id}
|
||||
sizeKey="square"
|
||||
sizeKey="square-small"
|
||||
width={24}
|
||||
height={24}
|
||||
alt="Flag of {location.country.name}"
|
||||
|
||||
Reference in New Issue
Block a user