diff --git a/apps/client/src/widgets/collections/presentation/index.tsx b/apps/client/src/widgets/collections/presentation/index.tsx index 5760fd2dd..8ca32b17e 100644 --- a/apps/client/src/widgets/collections/presentation/index.tsx +++ b/apps/client/src/widgets/collections/presentation/index.tsx @@ -95,13 +95,13 @@ function Presentation({ presentation, apiRef: externalApiRef } : { presentation: apiRef.current = null; } } - }, []); + }, [ presentation ]); return (
{presentation.slides?.map(slide => ( - + ))}