diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-11-07 13:02:46 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-11-07 13:02:46 +0900 |
| commit | edbe30a3df3ca4e2255f7532d26348fda942e5d3 (patch) | |
| tree | d70afcc3b8cabc34e09318b64c503b7287665763 /packages/frontend | |
| parent | fix type (diff) | |
| download | misskey-edbe30a3df3ca4e2255f7532d26348fda942e5d3.tar.gz misskey-edbe30a3df3ca4e2255f7532d26348fda942e5d3.tar.bz2 misskey-edbe30a3df3ca4e2255f7532d26348fda942e5d3.zip | |
fix tuype
Diffstat (limited to 'packages/frontend')
| -rw-r--r-- | packages/frontend/.storybook/fakes.ts | 1 |
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, |