diff --git a/packages/frontend/.storybook/fakes.ts b/packages/frontend/.storybook/fakes.ts index 7f6df8c0a0..a04718aa9a 100644 --- a/packages/frontend/.storybook/fakes.ts +++ b/packages/frontend/.storybook/fakes.ts @@ -261,7 +261,7 @@ export function renotedToChannelFromChannel(id = "somenoteId") { return { ...channelNote(), renote: channelNote(), - text: null + text: null, } }