mirror of
https://github.com/vector-im/element-call.git
synced 2026-06-06 11:45:53 +00:00
review: cleanup removed redundant default properties
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user