Add key prop to Image component and update speechToTextLanguage state
This commit is contained in:
@@ -60,6 +60,7 @@ export const PlaygroundMessage = (props: Props) => {
|
||||
.filter((image) => image.length > 0)
|
||||
.map((image, index) => (
|
||||
<Image
|
||||
key={index}
|
||||
src={image}
|
||||
alt="Uploaded Image"
|
||||
width={180}
|
||||
|
||||
Reference in New Issue
Block a user