Skip to content

Commit 48d1693

Browse files
authored
Update index.tsx
1 parent 195a1c8 commit 48d1693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/components/platform/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const Platform: FC<IPlatformProps> = ({}) => {
5353
{
5454
Options.map((option, index) => {
5555
return (
56-
<div>
56+
<div key={index}>
5757
<div className={styles.imgWrapper} style={{backgroundColor: option.background}}>
5858
<Image src={option.image as unknown as string} unoptimized={true}
5959
priority={true}

0 commit comments

Comments
 (0)