diff --git a/src/pages/index.jsx b/src/pages/index.jsx
index c0121a55..fac28690 100644
--- a/src/pages/index.jsx
+++ b/src/pages/index.jsx
@@ -1,3 +1,4 @@
+/* eslint-disable react/no-array-index-key */
import useSWR from "swr";
import Head from "next/head";
import dynamic from "next/dynamic";
@@ -35,15 +36,15 @@ export default function Home() {
<>
{widgets
.filter((widget) => !rightAlignedWidgets.includes(widget.type))
- .map((widget) => (
-