Skip to content

Commit 1251285

Browse files
committed
fix: json
1 parent 04f6a39 commit 1251285

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

site/src/pages/WorkspacePage/Workspace.stories.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,17 @@ export const AppIcons: Story = {
9696
apps: [
9797
{
9898
...Mocks.MockWorkspaceApp,
99+
id: "test-app-1",
100+
slug: "test-app-1",
99101
display_name: "Default Icon",
100102
},
101103
{
102104
...Mocks.MockWorkspaceApp,
105+
id: "test-app-2",
106+
slug: "test-app-2",
103107
display_name: "Broken Icon",
104108
icon: "/foobar/broken.png",
105109
},
106-
{
107-
...Mocks.MockWorkspaceApp,
108-
display_name: "Icon OK",
109-
icon: "/favicon.ico",
110-
},
111110
],
112111
},
113112
],

0 commit comments

Comments
 (0)