From 8a431127b411c754d18084ac546e4f1a62076cde Mon Sep 17 00:00:00 2001 From: csawatzky Date: Thu, 13 Feb 2025 15:18:32 -0600 Subject: [PATCH] fix error where key was not unique in the SearchSelect component when doing the team select --- src/common/SearchSelect.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/SearchSelect.tsx b/src/common/SearchSelect.tsx index 429ebd3..fcf9f5c 100644 --- a/src/common/SearchSelect.tsx +++ b/src/common/SearchSelect.tsx @@ -177,7 +177,7 @@ export default function SearchSelect(props: Props) { const { key, ...optionProps } = props; return ( img': { mr: 2, flexShrink: 0 } }} {...optionProps}