Fix MessageHistoryDialog console error

Sascha created

Change summary

webui/src/pages/bug/MessageHistoryDialog.tsx | 1 +
1 file changed, 1 insertion(+)

Detailed changes

webui/src/pages/bug/MessageHistoryDialog.tsx 🔗

@@ -217,6 +217,7 @@ function MessageHistoryDialog({ bugId, commentId, open, onClose }: Props) {
         {history?.map((edit, index) => (
           <Accordion
             square
+            key={index}
             expanded={expanded === 'panel' + index}
             onChange={handleChange('panel' + index)}
           >