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={() => {}}