From 2cb8bea374a371c125d798e6ffc644dcab2c69b4 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Sun, 23 Feb 2025 21:55:07 +0300 Subject: [PATCH] fix types --- src/react/ReplayPanel.stories.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/react/ReplayPanel.stories.tsx b/src/react/ReplayPanel.stories.tsx index 132c8011..70d21ea6 100644 --- a/src/react/ReplayPanel.stories.tsx +++ b/src/react/ReplayPanel.stories.tsx @@ -73,7 +73,7 @@ export const Primary: Story = { progress={{ current: 0, total: 100 }} speed={1} defaultFilter="" - customButtons={{ button1: false, button2: false }} + customButtons={{ }} onPlayPause={() => {}} onRestart={() => {}} onSpeedChange={() => {}} @@ -94,7 +94,7 @@ export const Playing: Story = { progress={{ current: 50, total: 100 }} speed={1} defaultFilter="" - customButtons={{ button1: false, button2: false }} + customButtons={{ }} onPlayPause={() => {}} onRestart={() => {}} onSpeedChange={() => {}}