From 99322662034777c4229fa903b8082cca5f572633 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Thu, 19 Dec 2024 15:06:26 +0100 Subject: [PATCH] fix: key error --- components/ItemTechnicalDetails.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ItemTechnicalDetails.tsx b/components/ItemTechnicalDetails.tsx index 2b0785a9..82dae2d3 100644 --- a/components/ItemTechnicalDetails.tsx +++ b/components/ItemTechnicalDetails.tsx @@ -124,11 +124,11 @@ const AudioStreamInfo = ({ audioStreams }: { audioStreams: MediaStream[] }) => { return ( {audioStreams.map((audioStreams, index) => ( - + {audioStreams.DisplayTitle} - +