We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b31a0 commit 5f7c625Copy full SHA for 5f7c625
packages/react-components/src/components/CaptionsBanner.tsx
@@ -223,7 +223,7 @@ export const CaptionsBanner = (props: CaptionsBannerProps): JSX.Element => {
223
224
/* @conditional-compile-remove(rtt) */
225
const mergedCaptions: (CaptionsInformation | RealTimeTextInformation)[] = useMemo(() => {
226
- return [...combinedList, ...(realTimeTexts?.currentInProgress ?? []), realTimeTexts?.myInProgress].slice(-10) as (
+ return [...combinedList, ...(realTimeTexts?.currentInProgress ?? []), realTimeTexts?.myInProgress].slice(-50) as (
227
| CaptionsInformation
228
| RealTimeTextInformation
229
)[];
0 commit comments