From edbe30a3df3ca4e2255f7532d26348fda942e5d3 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Fri, 7 Nov 2025 13:02:46 +0900 Subject: fix tuype --- packages/frontend/.storybook/fakes.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/frontend') diff --git a/packages/frontend/.storybook/fakes.ts b/packages/frontend/.storybook/fakes.ts index ed29c63471..723255267b 100644 --- a/packages/frontend/.storybook/fakes.ts +++ b/packages/frontend/.storybook/fakes.ts @@ -33,6 +33,7 @@ export function channel(id = 'somechannelid', name = 'Some Channel', bannerUrl: description: null, userId: null, bannerUrl, + bannerId: null, pinnedNoteIds: [], color: '#000', isArchived: false, -- cgit v1.2.3-freya