From 62a3ec8319942d46fb4b0880d1ae750c35a83312 Mon Sep 17 00:00:00 2001 From: Valere Date: Fri, 5 Jun 2026 12:50:25 +0200 Subject: [PATCH] review: cleanup removed redundant default properties --- src/components/CallFooter.stories.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/CallFooter.stories.tsx b/src/components/CallFooter.stories.tsx index 302f68ae..a6b509fa 100644 --- a/src/components/CallFooter.stories.tsx +++ b/src/components/CallFooter.stories.tsx @@ -162,7 +162,6 @@ export const AudioBusy: Story = { audioEnabled: true, audioBusy: true, videoEnabled: true, - videoBusy: false, }, }; @@ -171,7 +170,6 @@ export const VideoBusy: Story = { args: { ...Default.args, audioEnabled: true, - audioBusy: false, videoEnabled: true, videoBusy: true, },