review: cleanup removed redundant default properties

This commit is contained in:
Valere
2026-06-05 12:50:25 +02:00
parent a430e87104
commit 62a3ec8319

View File

@@ -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,
},