summaryrefslogtreecommitdiff
path: root/packages/frontend
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-11-07 13:02:46 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-11-07 13:02:46 +0900
commitedbe30a3df3ca4e2255f7532d26348fda942e5d3 (patch)
treed70afcc3b8cabc34e09318b64c503b7287665763 /packages/frontend
parentfix type (diff)
downloadmisskey-edbe30a3df3ca4e2255f7532d26348fda942e5d3.tar.gz
misskey-edbe30a3df3ca4e2255f7532d26348fda942e5d3.tar.bz2
misskey-edbe30a3df3ca4e2255f7532d26348fda942e5d3.zip
fix tuype
Diffstat (limited to 'packages/frontend')
-rw-r--r--packages/frontend/.storybook/fakes.ts1
1 files changed, 1 insertions, 0 deletions
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,