From e3e5a2fb90b2cff7d952c4ca9d216adaa625e239 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Fri, 11 Apr 2025 19:36:32 -0700 Subject: [PATCH] Fix(ui): key prop warning in dashboard page by adding a key to the Link component for each search space. --- surfsense_web/app/dashboard/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfsense_web/app/dashboard/page.tsx b/surfsense_web/app/dashboard/page.tsx index 1418b8096..d3e298f83 100644 --- a/surfsense_web/app/dashboard/page.tsx +++ b/surfsense_web/app/dashboard/page.tsx @@ -211,7 +211,7 @@ const DashboardPage = () => {
{searchSpaces && searchSpaces.map((space) => ( - +