From c233c10a6d0b936a82eb12f4c5d1c4c8126afd68 Mon Sep 17 00:00:00 2001 From: Mauro Takeda Date: Thu, 10 Aug 2023 17:02:31 -0300 Subject: [PATCH] Not use array index as key --- react/components/QuoteDetails/QuoteUpdateHistory.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/components/QuoteDetails/QuoteUpdateHistory.tsx b/react/components/QuoteDetails/QuoteUpdateHistory.tsx index 97b506b..9bdc497 100644 --- a/react/components/QuoteDetails/QuoteUpdateHistory.tsx +++ b/react/components/QuoteDetails/QuoteUpdateHistory.tsx @@ -17,7 +17,7 @@ const QuoteUpdateHistory = ({ updateHistory }: any) => { )} {updateHistory.map((update: any, index: number) => { return ( -
+