Skip to content

Commit 5f7c625

Browse files
committed
update
1 parent 79b31a0 commit 5f7c625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-components/src/components/CaptionsBanner.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export const CaptionsBanner = (props: CaptionsBannerProps): JSX.Element => {
223223

224224
/* @conditional-compile-remove(rtt) */
225225
const mergedCaptions: (CaptionsInformation | RealTimeTextInformation)[] = useMemo(() => {
226-
return [...combinedList, ...(realTimeTexts?.currentInProgress ?? []), realTimeTexts?.myInProgress].slice(-10) as (
226+
return [...combinedList, ...(realTimeTexts?.currentInProgress ?? []), realTimeTexts?.myInProgress].slice(-50) as (
227227
| CaptionsInformation
228228
| RealTimeTextInformation
229229
)[];

0 commit comments

Comments
 (0)