diff --git a/packages/frontend/.storybook/fakes.ts b/packages/frontend/.storybook/fakes.ts index aaa9a5ccbc..ef7b595cb6 100644 --- a/packages/frontend/.storybook/fakes.ts +++ b/packages/frontend/.storybook/fakes.ts @@ -241,7 +241,7 @@ export function channelNote(id = 'somenoteId'): entities.Note { } // チャンネルからのRenoteは renote に channnelNoteを入れる -export function renotedFromChannelnote(id = "somenoteId"){ +export function renotedFromChannelnote(id = "somenoteId") { return { ...note(id), renote: channelNote(),