This commit is contained in:
Belle 2024-08-18 18:29:17 +08:00
parent be8a18b163
commit 66cdab4531

View file

@ -199,8 +199,9 @@ const ProjectEditForm = ({ project }) => {
</Flex>
</Label>
{screenshot.map(image => (
{screenshot.map((image, index) => (
<div
key={index}
sx={{
display: 'grid',
position: 'relative',
@ -261,8 +262,9 @@ const ProjectEditForm = ({ project }) => {
</Flex>
</Label>
{video.map(image => (
{video.map((image, index) => (
<div
key={index}
sx={{
display: 'grid',
position: 'relative',