Skip to content

Commit 0a70e42

Browse files
committed
Remove unused keys
1 parent b262707 commit 0a70e42

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/desktop/src/renderer/components/Channel/Channel.stories.cy.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ const Template: ComponentStory<typeof ChannelComponent> = () => {
6464
peerId: {
6565
id: 'id',
6666
privKey: 'privKey',
67-
pubKey: 'pubKey',
6867
},
6968
userCsr: {
7069
userCsr: 'userCsr',

packages/desktop/src/renderer/components/Channel/Channel.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const args: Partial<ChannelComponentProps & UploadFilesPreviewsProps> = {
2323
peerId: {
2424
id: 'id',
2525
privKey: 'privKey',
26-
pubKey: 'pubKey',
2726
},
2827
userCsr: {
2928
userCsr: 'userCsr',

0 commit comments

Comments
 (0)